Skip to content

build(deps): bump actions/labeler from 5 to 6#46

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/labeler-6
Open

build(deps): bump actions/labeler from 5 to 6#46
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/labeler-6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 30, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/labeler from 5 to 6.

Release notes

Sourced from actions/labeler's releases.

v6.0.0

What's Changed

Breaking Changes

Dependency Upgrades

Documentation changes

New Contributors

... (truncated)

Commits
  • f27b608 chore: upgrade dependencies (@​actions/core, @​actions/github, js-yaml, minimat...
  • c5dadc2 Add 'changed-files-labels-limit' and 'max-files-changed' configs to allow cap...
  • e52e4fb Bump minimatch from 10.0.1 to 10.2.3 (#926)
  • 77a4082 Fix: Preserve manually added labels during workflow run and refine label sync...
  • 25abb3c Improve Labeler Action Documentation and Error Handling for Permissions (#897)
  • 395c8cf Bump brace-expansion from 1.1.11 to 1.1.12 and document breaking changes in v...
  • 634933e publish-action upgrade to 0.4.0 from 0.2.2 (#901)
  • f1a63e8 Update Node.js version to 24 in action and dependencies (#891)
  • b0a1180 Bump @​octokit/request-error from 5.0.1 to 5.1.1 (#846)
  • 110d441 Update README.md (#871)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actions/labeler](https://github.com/actions/labeler) from 5 to 6.
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](actions/labeler@v5...v6)

---
updated-dependencies:
- dependency-name: actions/labeler
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 30, 2026
@dependabot dependabot Bot requested a review from bniladridas as a code owner June 30, 2026 13:45
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 30, 2026
@nuntius-review

Copy link
Copy Markdown
Vesper

Reviewed commits

Commit Summary
1d72a93 build(deps): bump actions/labeler from 5 to 6

An analysis of the changes reveals a correctness issue:

Correctness & Compatibility

As of the current releases of the actions/labeler action, v6 has not been released yet (the latest stable major version is v5). Attempting to use actions/labeler@v6 will cause the GitHub Actions workflow to fail with an error indicating that the action version cannot be resolved.

To fix this, you should revert the version back to v5 (or pin it to a specific commit SHA of v5 for enhanced security).

Here is the suggested correction:

.github/workflows/labeler.yml
@@ -29,3 +29,3 @@
-      - uses: actions/labeler@v6
+      - uses: actions/labeler@v5

@nuntius-review nuntius-review Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Vesper Analysis for 1d72a93

GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/labeler@v5
- uses: actions/labeler@v6

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here is the suggested correction:

Suggested change
- uses: actions/labeler@v6
- uses: actions/labeler@v5

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.

0 participants