Merged
Conversation
Collaborator
Author
Next StepThe upload-artifacts has a v6 which uses Node js 24. Testsuccessful test |
Collaborator
Author
|
The final repo, aormsby/Fork-Sync-With-Upstream-action, was updated to use node 24 instead of 20 and tagged as v3.4.2. Tested using docs-test Github username. Successful build with no warning messages: This will be a squash and merge. |
bjorkert
approved these changes
Mar 24, 2026
Contributor
bjorkert
left a comment
There was a problem hiding this comment.
Approved by reviewing changes done and the successful build.
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.
Purpose
Update GitHub actions to use Node.js 24 before the required date of June 2, 2026.
See: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Thanks to Odd Stoltenberg for the alert.
Method
Step 1: Update all the yml files to use actions/@checkout5.
Step 2: (See next comment), update the build file to use actions/upload-artifact@v6
Test
Push this branch (
update/node-js-24) to GitHub user docs-test LoopFollow fork.However, build still has warnings for two jobs. I opened issues for those two repositories.
The final action will automatically be run when this PR is merged to dev.
Status
Open this but convert to a draft for now. Once all node 20 actions are updated to 24, then this will be considered for inclusion.