Closed
fix: upgrade GitHub Actions to Node.js 24 compatible versions#998
Conversation
Update deprecated Node.js 20 actions to Node.js 24 compatible versions to fix 34 warning annotations in CI: - actions/checkout: v4.2.0 → v5.0.1 (uses node24) - actions/setup-python: v5.3.0 → v6.2.0 (uses node24) - actions/upload-artifact: v4.4.3 → v6.0.0 (uses node24) Co-authored-by: ustccw <24221485+ustccw@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix 34 warning annotations in GitHub Actions
fix: upgrade GitHub Actions to Node.js 24 compatible versions
Mar 16, 2026
ustccw
added a commit
that referenced
this pull request
Mar 17, 2026
ustccw
added a commit
to ustccw/esp-at
that referenced
this pull request
Mar 17, 2026
Collaborator
|
@copilot Why not upgrade these modules to the latest version? Please answer me, and do not make any changes to the current repository. |
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.
All 34 CI jobs were generating deprecation warnings for three actions still running on
node20, which GitHub will force tonode24starting June 2, 2026.Changes
Updated all 7 build template workflow files (
build_template_esp32*.yml):actions/checkoutv4.2.0(node20)v5.0.1(node24)actions/setup-pythonv5.3.0(node20)v6.2.0(node24)actions/upload-artifactv4.4.3(node20)v6.0.0(node24)All updated versions have identical input/output APIs — no workflow logic changes required.
🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.