Skip to content

Update actions/labeler action to v6#1374

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/actions-labeler-6.x
Open

Update actions/labeler action to v6#1374
renovate[bot] wants to merge 1 commit intomainfrom
renovate/actions-labeler-6.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Nov 14, 2025

This PR contains the following updates:

Package Type Update Change
actions/labeler action major v4v6

Release Notes

actions/labeler (actions/labeler)

v6.1.0

Compare Source

Enhancements

  • Add changed-files-labels-limit and max-files-changed configuration options to cap the number of labels added by @​bluca in #​923

Bug Fixes

Dependency Updates

New Contributors

Full Changelog: actions/labeler@v6...v6.1.0

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

v5

Compare Source

v5.0.0

Compare Source

What's Changed

This release contains the following breaking changes:

  1. The ability to apply labels based on the names of base and/or head branches was added (#​186 and #​54). The match object for changed files was expanded with new combinations in order to make it more intuitive and flexible (#​423 and #​101). As a result, the configuration file structure was significantly redesigned and is not compatible with the structure of the previous version. Please read the action documentation to find out how to adapt your configuration files for use with the new action version.

  2. The bug related to the sync-labels input was fixed (#​112). Now the input value is read correctly.

  3. By default, dot input is set to true. Now, paths starting with a dot (e.g. .github) are matched by default.

  4. Version 5 of this action updated the runtime to Node.js 20. All scripts are now run with Node.js 20 instead of Node.js 16 and are affected by any breaking changes between Node.js 16 and 20.

For more information, please read the action documentation.

New Contributors

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

v4.3.0

Compare Source

What's Changed

In scope of this release, the ability to specify pull request number(s) was added by @​credfeto in #​349.

Support for reading from the configuration file presented on the runner was added by @​lrstanley in #​394. It allows you to use a configuration file generated during workflow run or uploaded from a separate repository.

Please refer to the action documentation for more information.

This release also includes the following changes:

New Contributors

Full Changelog: actions/labeler@v4...v4.3.0

v4.2.0

Compare Source

What's Changed

In the scope of this release, the following outputs were added by @​danielsht86 in #​60:

  • new-labels - a comma-separated string that contains all newly added labels.
  • all-labels - a comma-separated string that contains all labels currently assigned to the PR.

For detailed information, please refer to our updated documentation.

The issue of encountering an HttpError: Server Error when adding more than 50 labels has been successfully resolved by @​markmssd in #​497. However, it's important to note that the GitHub API imposes a limit of 100 labels. To ensure smooth operation, a warning message that will alert you if the number of labels exceeds this limit was implemented. From this point forward, if more than 100 labels are specified, only the first 100 will be assigned.

The error handling for the Resource not accessible by integration error was added by @​jsoref in #​405. Now, if the workflow is misconfigured, the labeler provides a clear warning and guidance for correction.

This release also includes the following changes:

New Contributors

Full Changelog: actions/labeler@v4...v4.2.0

v4.1.0

Compare Source

What's Changed

In scope of this release, the dot input was added by @​kachkaev in #​316. It allows patterns to match paths starting with a period. This input is set to false by default.

Usage
name: "Pull Request Labeler"
on:
- pull_request_target

jobs:
  triage:
    permissions:
      contents: read
      pull-requests: write
    runs-on: ubuntu-latest
    steps:
    - uses: actions/labeler@v4
      with:
        dot: true

This release also includes the following changes:

New Contributors

Full Changelog: actions/labeler@v4...v4.1.0

v4.0.4

Compare Source

What's Changed

New Contributors

Full Changelog: actions/labeler@v4...v4.0.4

v4.0.3

Compare Source

What's Changed

v4.0.2

Compare Source

v4.0.1

Compare Source

  • Update @actions/core dependency to v1.9.1 to pull in recent security fixes

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.

@renovate renovate Bot added the type:dependencies Pull requests that update a dependency file label Nov 14, 2025
@renovate renovate Bot force-pushed the renovate/actions-labeler-6.x branch from 7261744 to 54d8214 Compare December 15, 2025 16:41
@renovate renovate Bot force-pushed the renovate/actions-labeler-6.x branch from 54d8214 to 4bd0543 Compare February 2, 2026 20:39
@renovate renovate Bot force-pushed the renovate/actions-labeler-6.x branch 2 times, most recently from ce3ee2c to 826c5c4 Compare March 5, 2026 09:14
@renovate renovate Bot force-pushed the renovate/actions-labeler-6.x branch 3 times, most recently from 4ae07d9 to 78ab1f8 Compare April 1, 2026 12:15
@renovate renovate Bot force-pushed the renovate/actions-labeler-6.x branch from 78ab1f8 to e88ed20 Compare April 8, 2026 19:48
@renovate renovate Bot changed the title chore(deps): update actions/labeler action to v6 Update actions/labeler action to v6 Apr 9, 2026
@renovate renovate Bot force-pushed the renovate/actions-labeler-6.x branch 2 times, most recently from 9865832 to 64f8aa4 Compare April 16, 2026 15:07
@renovate renovate Bot force-pushed the renovate/actions-labeler-6.x branch from 64f8aa4 to bac0157 Compare April 29, 2026 11:24
@renovate renovate Bot force-pushed the renovate/actions-labeler-6.x branch from bac0157 to 66227c1 Compare May 6, 2026 04:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

theme:workflow type:dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants