Skip to content

chore(deps): update actions/labeler action to v6#7178

Merged
lalalune merged 1 commit into
developfrom
renovate/actions-labeler-6.x
Apr 29, 2026
Merged

chore(deps): update actions/labeler action to v6#7178
lalalune merged 1 commit into
developfrom
renovate/actions-labeler-6.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 29, 2026

This PR contains the following updates:

Package Type Update Change
actions/labeler action major v5v6

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

actions/labeler (actions/labeler)

v6.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: actions/labeler@v6.0.0...v6.0.1

v6

Compare Source

v6.0.0

Compare Source

What's Changed

  • Add workflow file for publishing releases to immutable action package by @​jcambass in #​802
Breaking Changes
  • Upgrade Node.js version to 24 in action and dependencies @​salmanmkc in #​891
    Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. Release Notes
Dependency Upgrades
Documentation changes

New Contributors

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


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Greptile Summary

This PR bumps actions/labeler from 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.04 hosted runners satisfy this requirement automatically. The glob patterns in .github/labeler.yml are 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

Filename Overview
.github/workflows/auto-label.yml Single-line bump of actions/labeler from v5 to v6; no other workflow logic 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]
Loading

Reviews (1): Last reviewed commit: "chore(deps): update actions/labeler acti..." | Re-trigger Greptile

@github-actions github-actions Bot added the ci label Apr 29, 2026
@lalalune lalalune merged commit 0ea9298 into develop Apr 29, 2026
11 of 22 checks passed
@lalalune lalalune deleted the renovate/actions-labeler-6.x branch April 29, 2026 03:13
lalalune added a commit that referenced this pull request May 3, 2026
chore(deps): update actions/labeler action to v6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant