Skip to content

Bump actions/labeler from 4 to 6#133

Merged
ismailsunni merged 1 commit intomainfrom
dependabot/github_actions/actions/labeler-6
Dec 23, 2025
Merged

Bump actions/labeler from 4 to 6#133
ismailsunni merged 1 commit intomainfrom
dependabot/github_actions/actions/labeler-6

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2025

Bumps actions/labeler from 4 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

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [actions/labeler](https://github.com/actions/labeler) from 4 to 6.
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](actions/labeler@v4...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 Oct 1, 2025
@github-actions github-actions bot added ci-cd and removed dependencies Pull requests that update a dependency file labels Oct 1, 2025
@ismailsunni
Copy link
Collaborator

@claude review it and merge it possible

@ismailsunni
Copy link
Collaborator

@copilot review it and merge it all is good

Copy link
Contributor

Copilot AI commented Dec 23, 2025

@ismailsunni I've opened a new pull request, #138, to work on those changes. Once the pull request is ready, I'll request review from you.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR bumps the actions/labeler GitHub Action from version 4 to version 6, bringing in Node.js 24 support and various dependency updates. The major breaking change is the requirement for runner version v2.327.1 or later, which is satisfied by the ubuntu-latest runner used in the workflow.

Key Changes

  • Updated actions/labeler from v4 to v6 in the auto-labeler workflow
  • Implicit upgrade to Node.js 24 runtime for the action
  • Includes security updates and bug fixes from intermediate versions

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 13 to 14
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
Copy link

Copilot AI Dec 23, 2025

Choose a reason for hiding this comment

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

The repo-token input parameter is deprecated in actions/labeler v5 and later. The action now uses the GITHUB_TOKEN automatically by default, so these lines can be removed. The action will continue to work with this parameter for now, but it's recommended to remove it for cleaner configuration.

Suggested change
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

Copilot uses AI. Check for mistakes.
@ismailsunni ismailsunni self-requested a review December 23, 2025 07:12
@ismailsunni ismailsunni merged commit 99ef95e into main Dec 23, 2025
7 checks passed
@ismailsunni ismailsunni deleted the dependabot/github_actions/actions/labeler-6 branch December 23, 2025 07:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci-cd github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments