chore(deps): bump actions/labeler from 4 to 6#249
chore(deps): bump actions/labeler from 4 to 6#249dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
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>
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
main-website | 0121b36 | Sep 04 2025, 11:16 PM |
|
There was a problem hiding this comment.
Greptile Summary
This PR updates the actions/labeler GitHub Action from version 4 to version 6 in the pull request labeling workflow. The change is a single line modification in .github/workflows/pr-labeler.yml that updates the action reference from @v4 to @v6. This upgrade brings several improvements including dependency updates, security fixes, and enhanced functionality.
The labeler action is used to automatically apply labels to pull requests based on file changes and branch naming patterns. The repository's current labeler configuration in .github/labeler.yml defines rules for applying "translation", "feature", and "fix" labels based on changed files in the locales/ directory and branch name patterns. Version 6 of the action maintains backward compatibility with the existing configuration syntax, so the current labeling rules will continue to work as expected.
The most significant change in version 6 is the upgrade to Node.js 24, which provides better performance and security. The action also includes numerous dependency updates, improved documentation, and bug fixes. The upgrade fits naturally into the repository's CI/CD pipeline for automated pull request management and will continue to support the project's workflow automation without requiring changes to the labeling configuration.
Confidence score: 3/5
- This PR has moderate risk due to the Node.js runtime requirement change that could cause workflow failures
- Score reflects a major version upgrade with breaking changes, specifically the Node.js 24 requirement for GitHub runners v2.327.1 or later
- Pay close attention to the workflow file and monitor for any runner compatibility issues after merging
1 file reviewed, no comments
Deploying redot-website with
|
| Latest commit: |
0121b36
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://dbb808b9.redot-website.pages.dev |
| Branch Preview URL: | https://dependabot-github-actions-ac-3pnb.redot-website.pages.dev |



Bumps actions/labeler from 4 to 6.
Release notes
Sourced from actions/labeler's releases.
... (truncated)
Commits
634933epublish-action upgrade to 0.4.0 from 0.2.2 (#901)f1a63e8Update Node.js version to 24 in action and dependencies (#891)b0a1180Bump@octokit/request-errorfrom 5.0.1 to 5.1.1 (#846)110d441Update README.md (#871)bee50feBump undici from 5.28.4 to 5.28.5 (#842)6463cdbBump eslint-plugin-jest from 28.9.0 to 28.11.0 (#839)c209686Bump typescript from 5.7.2 to 5.7.3 (#835)5184940Bump@vercel/nccfrom 0.38.1 to 0.38.3 (#830)3629d55Document update - permission section (#840)d24f7f3Bump ts-jest from 29.1.2 to 29.2.5 (#831)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)