[7.119] Update GitHub Actions to Node 24-compatible versions - #772
Draft
sbouchet wants to merge 1 commit into
Draft
[7.119] Update GitHub Actions to Node 24-compatible versions#772sbouchet wants to merge 1 commit into
sbouchet wants to merge 1 commit into
Conversation
* Update GitHub Actions to Node 24-compatible versions GitHub is deprecating Node 20 on Actions runners (June 16, 2026). Upgrade all action versions to their Node 24-compatible releases: - actions/checkout v4 → v6 - actions/upload-artifact v4 → v6 - actions/download-artifact v4 → v6 - actions/setup-node v4 → v6 - docker/login-action v2/v3 → v4 - docker/setup-qemu-action v2 → v4 - docker/setup-buildx-action v2 → v4 - node-version "18" → "22" (EOL mitigation) Also replace ishworkh/container-image-artifact actions with docker save/load + actions/upload-artifact@v6 / download-artifact@v6 pattern to eliminate third-party dependency. Add Dependabot configuration for weekly GitHub Actions updates. Assisted-by: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Stephane Bouchet <sbouchet@redhat.com> * Update .github/workflows/image-publish.yml Co-authored-by: Anatolii Bazko <abazko@redhat.com> * using vscode .nvmrc file for using correct node version. Signed-off-by: Stephane Bouchet <sbouchet@redhat.com> * Bump upload-artifact and download-artifact from v6 to v7 actions/download-artifact@v6 still uses Node.js 20, which GitHub will force to Node.js 24 on June 16, 2026. Align both upload-artifact and download-artifact to v7 which uses Node.js 24 natively. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Signed-off-by: Stephane Bouchet <sbouchet@redhat.com> Co-authored-by: Anatolii Bazko <abazko@redhat.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
sbouchet
requested review from
RomanNikitenko,
azatsarynnyy,
rgrunber and
vitaliy-guliy
as code owners
July 27, 2026 15:37
Contributor
sbouchet
marked this pull request as draft
July 27, 2026 16:39
Contributor
|
Pull Request images published ✨ Editor amd64: quay.io/che-incubator-pull-requests/che-code:pr-772-amd64 |
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.
GitHub is deprecating Node 20 on Actions runners (June 16, 2026). Upgrade all action versions to their Node 24-compatible releases:
Also replace ishworkh/container-image-artifact actions with docker save/load + actions/upload-artifact@v6 / download-artifact@v6 pattern to eliminate third-party dependency.
Add Dependabot configuration for weekly GitHub Actions updates.
Assisted-by: Claude Opus 4.6 noreply@anthropic.com
Update .github/workflows/image-publish.yml
using vscode .nvmrc file for using correct node version.
Bump upload-artifact and download-artifact from v6 to v7
actions/download-artifact@v6 still uses Node.js 20, which GitHub will force to Node.js 24 on June 16, 2026. Align both upload-artifact and download-artifact to v7 which uses Node.js 24 natively.
What does this PR do?
What issues does this PR fix?
How to test this PR?
Does this PR contain changes that override default upstream Code-OSS behavior?
git rebasewere added to the .rebase folder