RED-198334 Bump GH Actions off Node 20 (unstable)#526
Merged
Conversation
This was referenced Jun 6, 2026
Peter-Sh
approved these changes
Jun 9, 2026
- Bump first-party actions: actions/checkout@v4 -> @v6 (16 sites), actions/upload-artifact@v4 -> @v7 (5 sites), actions/download-artifact@v4 -> @v7 - Bump docker/* actions: setup-buildx v3->v4 (3 sites), login v3->v4 (4 sites), build-push v6->v7 (2 sites) - Bump dorny/test-reporter v2->v3, peter-evans/create-pull-request v7->v8, iarekylew00t/verified-bot-commit v1->v2 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Peter-Sh
force-pushed
the
RED-198334_unstable
branch
from
June 9, 2026 10:25
1186fac to
6557a2b
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.
Summary
RED-198334. Bump GitHub Actions still running on Node 20 ahead of the June 16, 2026 deprecation deadline.
This PR is the canonical fix on
unstable. The same changes will be cherry-picked to all 9 protectedrelease/*branches (per inventory, 8 are identical;release/8.0has 5 additional sites inbuild_release_automation.ymlthat get bumped on top of this CP).Companion PR on
master: #525.masterhas a separate templating-only codebase; this PR covers the release automation that lives onunstableand therelease/*branches.actions/checkout@v4->@v6(16 sites),actions/upload-artifact@v4->@v7(5 sites),actions/download-artifact@v4->@v7docker/*actions:setup-buildxv3->v4 (3 sites),loginv3->v4 (4 sites),build-pushv6->v7 (2 sites)dorny/test-reporterv2->v3,peter-evans/create-pull-requestv7->v8,iarekylew00t/verified-bot-commitv1->v2Test plan
pull-request.ymlbuilds + tests cleanly with bumped actionsrelease_build_and_test.ymlworkflow_dispatch run produces same image digestsrelease_publish.ymlworkflow_dispatch run creates verified tags and metadata PR viapeter-evans/create-pull-request@v8Note
Medium Risk
Touches release publish, Docker build/push, and verified commits; failures would block PR CI or releases but there is no runtime product code change.
Overview
Bumps GitHub Actions across composite actions and workflows so runners no longer depend on Node 20 ahead of GitHub’s June 2026 deprecation (RED-198334).
First-party:
actions/checkoutv4→v6,actions/upload-artifactv4→v7,actions/download-artifactv4→v7 in PR, build/test, release build, and release publish paths.Docker:
setup-buildx-actionv3→v4,login-actionv3→v4,build-push-actionv6→v7 wherever images are built or pushed.Third-party:
dorny/test-reporterv2→v3,peter-evans/create-pull-requestv7→v8,iarekylew00t/verified-bot-commitv1→v2 for verified release commits and official-images PRs.No application or Dockerfile logic changes—only action version pins.
Reviewed by Cursor Bugbot for commit 6557a2b. Bugbot is set up for automated code reviews on this repo. Configure here.