Update GitHub Actions to Node.js 24-compatible versions#546
Merged
Conversation
Node.js 20 actions are deprecated (forced to Node.js 24 on June 2, 2026, removed September 16, 2026). Update all actions to latest major versions: v6 v5 v7 v8 v5 v6 v4 v2 Already at latest: maxim-lobanov/setup-xcode@v1, r0adkll/upload-google-play@v1 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
245ad65 to
a63360c
Compare
Owner
🔍 Multi-Model Code Review — PR #546PR: Update GitHub Actions to Node.js 24-compatible versions Findings: NoneThree independent reviewers examined the full diff. All confirmed:
🏁 Recommendation: ✅ Approve |
jfversluis
added a commit
that referenced
this pull request
Apr 8, 2026
Revert the iOS upload step to the original action that was working before our Mac Catalyst changes. The v4 upgrade (from PR #546) broke it by using iTMSTransporter which is removed on macOS 26 runners. v3 does not use iTMSTransporter. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.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.
Problem
All workflows emit: "Node.js 20 actions are forced to Node.js 24 on June 2, 2026, removed September 16, 2026.deprecated"
Changes
Updated all actions in both
build.ymlandrelease-apps.yml:Already at latest (no change):
maxim-lobanov/setup-xcode@v1,r0adkll/upload-google-play@v1