Open
Conversation
GitHub is deprecating Node.js 20 actions (forced to Node 24 on June 2, 2026; removed Sept 16, 2026). Bump the three flagged actions: - actions/checkout: v3/v4 -> v5 (Node 24) - actions/cache: v4 -> v5 (Node 24) - actions/setup-python: v4 -> v6 (Node 24) Leaves actions/upload-artifact@v4, actions/download-artifact@v4, and slackapi/slack-github-action@v1.27.0 alone: the artifact actions are still current on v4, and the Slack action would need a separate payload-API migration (v2+ breaking change). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Summary
actions/checkoutv3/v4 → v5 (Node 24)actions/cachev4 → v5 (Node 24)actions/setup-pythonv4 → v6 (Node 24).github/workflows/ci.ymland.github/workflows/notify.yml.Why
Got the warning on the
Notify / Notifyjob. Bumping ahead of the forced migration.Not included (intentionally)
actions/upload-artifact@v4/actions/download-artifact@v4— still current on v4, no deprecation warning.slackapi/slack-github-action@v1.27.0— not flagged by the warning; v2+ changed thepayloadinput format, so a bump would need payload-API migration + testing. Separate change.Test plan
Notifyrun post-merge — no Node 20 deprecation warning, run completes successfully and pings the snitch.🤖 Generated with Claude Code