-
Notifications
You must be signed in to change notification settings - Fork 12
chore(deps): update dependency workflow-notification to v4 #2514
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
from
renovate/major-kongpublic-shared-actionsslack-actionsworkflow-notification
Open
chore(deps): update dependency workflow-notification to v4 #2514
renovate
wants to merge
1
commit into
main
from
renovate/major-kongpublic-shared-actionsslack-actionsworkflow-notification
Conversation
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
...otification to v4
@renovate
renovate
bot
requested review from
ValeryG and
jillztom
as code owners
September 19, 2025 13:45
@renovate
renovate
bot
added
dependencies
renovate-bot
mend-bot
and removed
renovate-bot
labels
Sep 19, 2025
@renovate
renovate
bot
changed the title
(削除) chore(deps): bump Kong/public-shared-actions/slack-actions/workflow-notification to v4 (削除ここまで)
(追記) chore(deps): update dependency workflow-notification to v4 (追記ここまで)
Sep 26, 2025
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.
Uh oh!
There was an error while loading. Please reload this page.
This PR contains the following updates:
2
->4.0.1
Caution
This PR upgrades
Kong/public-shared-actions
sub-action to v4+ and pins it to the commit digest. It is prioritized (bypasses schedules/rate limits).Closing this PR will not stop it; Renovate will automatically reopen or recreate it until it is merged.
Mandatory upgrade to v4+ with automatic digest pinning for
Kong/public-shared-actions
Renovate is configured to upgrade any
Kong/public-shared-actions
sub-action still on versions below 4 to the latest v4+ version. As part of this upgrade, it will automatically pin each reference to the exact commit digest (and keep that digest refreshed over time).Background
The
Kong/public-shared-actions
monorepo now publishes per-sub-action tags in the form<sub-action>@<version>
(for example,workflow-notification@4.0.1
) instead of plainvX.Y.Z
tags. Older references like...@v2
cannot be auto-migrated by tag alone.Why tag-only migration is not supported
Important: Renovate will not change the tag format for you. Migrating from the older plain
vX.Y.Z
tags to the new per-sub-action tags while keeping tag-only references would require rewriting refs such as...@v2
to a different tag name like...@sca@5.1.1
. This contradicts the goal of dependency update automation because it relies on humans to manage tag-name changes and ongoing updates, which our automation is not designed to perform. For this reason, tag-only migration is not supported.Instead, this preset enforces digest pinning. Renovate resolves releases by tag, then writes the reference as the commit SHA for that release with a trailing human-friendly comment (e.g.,
...@<sha> # v5.1.1
). Tracking commits rather than tag names keeps updates automated and robust even if tag naming conventions change.Security
GitHub Actions security guidance recommends pinning third-party actions to a full commit SHA to protect against tag moving and supply-chain attacks.
References
Release Notes
Kong/public-shared-actions (workflow-notification)
v4.0.1
Compare Source
♻️ Chores
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - Monday through Friday ( * * * * 1-5 ) in timezone America/New_York.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.