Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the actions group with 3 updates #92

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 15, 2024

Bumps the actions group with 3 updates: actions/labeler, apache/skywalking-eyes and tj-actions/changed-files.

Updates actions/labeler from 4 to 5

Release notes

Sourced from actions/labeler's releases.

v5.0.0

What's Changed

This release contains the following breaking changes:

  1. The ability to apply labels based on the names of base and/or head branches was added (#186 and #54). The match object for changed files was expanded with new combinations in order to make it more intuitive and flexible (#423 and #101). As a result, the configuration file structure was significantly redesigned and is not compatible with the structure of the previous version. Please read the action documentation to find out how to adapt your configuration files for use with the new action version.

  2. The bug related to the sync-labels input was fixed (#112). Now the input value is read correctly.

  3. By default, dot input is set to true. Now, paths starting with a dot (e.g. .github) are matched by default.

  4. Version 5 of this action updated the runtime to Node.js 20. All scripts are now run with Node.js 20 instead of Node.js 16 and are affected by any breaking changes between Node.js 16 and 20.

For more information, please read the action documentation.

New Contributors

Full Changelog: actions/labeler@v4...v5.0.0

v5.0.0-beta.1

What's Changed

In scope of this beta release, the structure of the configuration file (.github/labeler.yml) was changed from

LabelName:
- any:
  - changed-files: ['list', 'of', 'globs']
  - base-branch: ['list', 'of', 'regexps']
  - head-branch: ['list', 'of', 'regexps']
- all:
  - changed-files: ['list', 'of', 'globs']
  - base-branch: ['list', 'of', 'regexps']
  - head-branch: ['list', 'of', 'regexps']

to

LabelName:
- any:
  - changed-files: 
    - AnyGlobToAnyFile: ['list', 'of', 'globs']
    - AnyGlobToAllFiles: ['list', 'of', 'globs']
    - AllGlobsToAnyFile: ['list', 'of', 'globs']
    - AllGlobsToAllFiles: ['list', 'of', 'globs']
  - base-branch: ['list', 'of', 'regexps']
  - head-branch: ['list', 'of', 'regexps']
- all:
  - changed-files:
    - AnyGlobToAnyFile: ['list', 'of', 'globs']
    - AnyGlobToAllFiles: ['list', 'of', 'globs']
    - AllGlobsToAnyFile: ['list', 'of', 'globs']
</tr></table> 

... (truncated)

Commits
  • 8558fd7 Merge pull request #709 from actions/v5.0.0-beta
  • 000ca75 Merge pull request #700 from MaksimZhukov/apply-suggestions-and-update-docume...
  • cb66c2f Update dist
  • 9181355 Apply suggestions for the beta vesrion and update the documentation
  • efe4c1c Merge pull request #699 from MaksimZhukov/update-node-runtime-and-dependencies
  • c0957ad Run Prettier
  • 8dc8d18 Update Node.js version in reusable workflows
  • d0d0bbe Update documentation
  • 1375c42 5.0.0
  • ab7411e Change version of Node.js runtime to node20
  • Additional commits viewable in compare view

Updates apache/skywalking-eyes from e19b828cea6a6027cceae78f05d81317347d21be to ed436a5593c63a25f394ea29da61b0ac3731a9fe

Changelog

Sourced from apache/skywalking-eyes's changelog.

0.5.0

0.4.0

  • Reorganize GHA by header and dependency. (#123)
  • Add rust cargo support for dep command. (#121)
  • Support license expression in dep check. (#120)
  • Prune npm packages before listing all dependencies (#119)
  • Add support for multiple licenses in the header config section (#118)
  • Add excludes to license resolve config (#117)
  • maven: set group:artifact as dependency name and extend functions in summary template (#116)
  • Stablize summary context to perform consistant output (#115)
  • Add custom license urls for identification (#114)
  • Lazy initialize GitHub client for comment (#111)
  • Make license identifying threshold configurable (#110)
  • Use Google's licensecheck to identify licenses (#107)

... (truncated)

Commits

Updates tj-actions/changed-files from 41.0.1 to 41.1.1

Release notes

Sourced from tj-actions/changed-files's releases.

v41.1.1

What's Changed

Full Changelog: tj-actions/changed-files@v41...v41.1.1

v41.1.0

What's Changed

Full Changelog: tj-actions/changed-files@v41...v41.1.0

Changelog

Sourced from tj-actions/changed-files's changelog.

41.1.1 - (2024-01-13)

🐛 Bug Fixes

  • Bug with inaccurate warnings (#1853) (62f4729) - (Tonye Jack)

⬆️ Upgrades

  • Upgraded to v41.1.0 (#1852)

Co-authored-by: jackton1 [email protected] (e0579ab) - (tj-actions[bot])

41.1.0 - (2024-01-13)

🚀 Features

  • Add support for forcing the use of GitHub’s REST API (#1849) (0ca1c07) - (Tonye Jack)

🐛 Bug Fixes

  • Permission with release workflow (#1851) (8e0194b) - (Tonye Jack)

🔄 Update

  • Updated README.md (#1850)

Co-authored-by: jackton1 [email protected] (3649d28) - (tj-actions[bot])

  • Updated README.md (#1830)

Co-authored-by: jackton1 [email protected] (3fbf5fb) - (tj-actions[bot])

  • Update README.md (9523067) - (Tonye Jack)
  • Update README.md (032add1) - (Tonye Jack)

⚙️ Miscellaneous Tasks

  • Update top level workflow permissions (#1848) (a57f4dc) - (Tonye Jack)
  • deps: Update dependency prettier to v3.2.1 (9c39b0b) - (renovate[bot])
  • deps: Update dependency eslint-plugin-jest to v27.6.3 (8b141f3) - (renovate[bot])
  • Create multi-job-test.yml (#1843) (17e07d8) - (Tonye Jack)
  • Update warning message (#1845) (13fa1c0) - (Tonye Jack)
  • deps: Update dependency prettier to v3.2.0 (0deb29d) - (renovate[bot])
  • deps: Update dependency @​types/node to v20.11.0 (28267ee) - (renovate[bot])
  • deps: Update dependency eslint-plugin-jest to v27.6.2 (094d344) - (renovate[bot])
  • deps: Update dependency eslint-plugin-prettier to v5.1.3 (aeec36b) - (renovate[bot])
  • deps-dev: Bump @​types/node from 20.10.7 to 20.10.8 (#1836) (2d0270c) - (dependabot[bot])
  • deps: Update typescript-eslint monorepo to v6.18.1 (0e0adfa) - (renovate[bot])
  • Update jest.config.js (#1834) (5313e6b) - (Tonye Jack)
  • deps: Lock file maintenance (54789be) - (renovate[bot])
  • deps: Update dependency @​types/node to v20.10.7 (1675238) - (renovate[bot])
  • Create workflow-run-test.yml (#1828) (fdccafb) - (Tonye Jack)

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the actions group with 3 updates: [actions/labeler](https://github.com/actions/labeler), [apache/skywalking-eyes](https://github.com/apache/skywalking-eyes) and [tj-actions/changed-files](https://github.com/tj-actions/changed-files).


Updates `actions/labeler` from 4 to 5
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](actions/labeler@v4...v5)

Updates `apache/skywalking-eyes` from e19b828cea6a6027cceae78f05d81317347d21be to ed436a5593c63a25f394ea29da61b0ac3731a9fe
- [Release notes](https://github.com/apache/skywalking-eyes/releases)
- [Changelog](https://github.com/apache/skywalking-eyes/blob/main/CHANGES.md)
- [Commits](apache/skywalking-eyes@e19b828...ed436a5)

Updates `tj-actions/changed-files` from 41.0.1 to 41.1.1
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/changed-files@v41.0.1...v41.1.1)

---
updated-dependencies:
- dependency-name: actions/labeler
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: apache/skywalking-eyes
  dependency-type: direct:production
  dependency-group: actions
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jan 15, 2024
@krassowski krassowski closed this Jan 15, 2024
Copy link
Author

dependabot bot commented on behalf of github Jan 15, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

@dependabot dependabot bot deleted the dependabot/github_actions/actions-42c90ff1d9 branch January 15, 2024 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant