chore(deps): update actions/labeler action to v6#7178
Merged
Conversation
lalalune
added a commit
that referenced
this pull request
May 3, 2026
chore(deps): update actions/labeler action to v6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v5→v6Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
actions/labeler (actions/labeler)
v6.0.1Compare Source
What's Changed
New Contributors
Full Changelog: actions/labeler@v6.0.0...v6.0.1
v6Compare Source
v6.0.0Compare Source
What's Changed
Breaking Changes
Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. Release Notes
Dependency Upgrades
Documentation changes
pull_request_targetto README.md by @silverwind in #669pull_request_targetevent by @IvanZosimov in #721New Contributors
Full Changelog: actions/labeler@v5...v6.0.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.
Greptile Summary
This PR bumps
actions/labelerfrom v5 to v6 in the auto-label workflow. The only breaking change in v6 is that the action now runs on Node.js 24, which requires GitHub Actions runner v2.327.1 or later —ubuntu-24.04hosted runners satisfy this requirement automatically. The glob patterns in.github/labeler.ymlare standard and unaffected by the bundled minimatch v9→v10 upgrade.Confidence Score: 5/5
Safe to merge — single-line version bump with no logic changes and full runtime compatibility on ubuntu-24.04 runners.
Only change is bumping actions/labeler v5→v6. The sole breaking change (Node.js 24) is satisfied by the existing ubuntu-24.04 runner target. No input/output API changes, and the repo's labeler.yml glob patterns are compatible with minimatch v10.
No files require special attention.
Important Files Changed
Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[PR or Issue Event] --> B{Event Type?} B -- pull_request_target --> C[label-pr job on ubuntu-24.04] B -- issues --> D[label-issue job on ubuntu-24.04] C --> E[actions/labeler v6 with Node.js 24] E --> F[Reads .github/labeler.yml and applies labels via GITHUB_TOKEN] D --> G[actions/github-script v7 with keyword matching] G --> H[Adds bug, security, performance, connector, memory, plugin labels]Reviews (1): Last reviewed commit: "chore(deps): update actions/labeler acti..." | Re-trigger Greptile