chore(deps): bump the github-actions group across 1 directory with 2 updates - #783
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the github-actions group across 1 directory with 2 updates#783dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
✅ Deploy Preview for pine-design-system ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
dependabot
Bot
force-pushed
the
dependabot/github_actions/github-actions-7a52428afd
branch
from
July 29, 2026 15:43
d6a7124 to
9ca405d
Compare
dependabot
Bot
force-pushed
the
dependabot/github_actions/github-actions-7a52428afd
branch
from
August 12, 2026 15:44
9ca405d to
b46279f
Compare
dependabot
Bot
force-pushed
the
dependabot/github_actions/github-actions-7a52428afd
branch
2 times, most recently
from
August 19, 2026 15:44
b46279f to
2f2e0bf
Compare
Contributor
Author
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
…updates Bumps the github-actions group with 2 updates in the / directory: [actions/labeler](https://github.com/actions/labeler) and [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action). Updates `actions/labeler` from 6 to 7 - [Release notes](https://github.com/actions/labeler/releases) - [Commits](actions/labeler@v6...v7) Updates `slackapi/slack-github-action` from 3.0.3 to 4.0.0 - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Changelog](https://github.com/slackapi/slack-github-action/blob/main/CHANGELOG.md) - [Commits](slackapi/slack-github-action@v3.0.3...v4.0.0) --- updated-dependencies: - dependency-name: actions/labeler dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: slackapi/slack-github-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/github_actions/github-actions-7a52428afd
branch
from
September 2, 2026 15:43
2f2e0bf to
3c7da04
Compare
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.
Bumps the github-actions group with 2 updates in the / directory: actions/labeler and slackapi/slack-github-action.
Updates
actions/labelerfrom 6 to 7Release notes
Sourced from actions/labeler's releases.
Commits
bf12e9bfeat: migrate to ESM and update dependencies (#949)Updates
slackapi/slack-github-actionfrom 3.0.3 to 4.0.0Release notes
Sourced from slackapi/slack-github-action's releases.
Changelog
Sourced from slackapi/slack-github-action's changelog.
Commits
dcb1066chore: release53861e0chore: release (#645)b1974f0build!: parse yaml with more strict multiline indentation rules (#640)947ed06build(deps): bump undici from 7.28.0 to 8.7.0 (#653)03922a9chore: track undici-types to the resolved undici version (#652)31d473ebuild(deps-dev): bump typescript from 6.0.3 to 7.0.2 (#651)3ca6997build(deps-dev): bump sinon and@types/sinon(#649)26a5ad3build(deps): bump actions/setup-node from 6.4.0 to 7.0.0 (#647)5092efbbuild(deps-dev): bump@biomejs/biomefrom 2.5.3 to 2.5.4 (#650)3548c3ebuild(deps): bump slackapi/slack-github-action from 3.0.3 to 3.0.5 (#646)Note
Low Risk
Version-pin bumps in automation with no application code changes; monitor the first release Slack step after merge in case v4 behaves differently with templated JSON payloads.
Overview
Bumps two GitHub Actions in CI workflows only:
actions/labelerfrom v6 to v7 in the pull-request labeler workflow, andslackapi/slack-github-actionfrom v3.0.3 to v4.0.0 in the post-release Slack notification job.Labeler v7 is a major release (ESM migration and dependency updates); workflow inputs (
repo-token) stay the same. Slack action v4 tightens YAML multiline indentation when parsing payloads; this repo still usespayload-file-pathwithrelease-info.json, so behavior should be unchanged unless inline YAML payloads are added later.Reviewed by Cursor Bugbot for commit 3c7da04. Bugbot is set up for automated code reviews on this repo. Configure here.