fix: update GitHub Actions to Node.js 24 compatible versions#91
Draft
Copilot wants to merge 4 commits into
Draft
fix: update GitHub Actions to Node.js 24 compatible versions#91Copilot wants to merge 4 commits into
Copilot wants to merge 4 commits into
Conversation
Agent-Logs-Url: https://github.com/kubefleet-dev/website/sessions/0cbc91af-fc52-4bbe-ad19-efd704235e50 Co-authored-by: sjwaight <4828246+sjwaight@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update build and deploy workflow to use Node.js 24 actions
fix: update GitHub Actions to Node.js 24 compatible versions
May 1, 2026
Member
|
It looks like actions-hugo might bump to Node 24 based on this Issue: peaceiris/actions-hugo#675. Copilot monitor this Issue - check once per day - and if it is closed as resolved, check if there's a Node24 version available of this action. |
Agent-Logs-Url: https://github.com/kubefleet-dev/website/sessions/52aafca1-31db-4a4e-b71d-e901f5b2df09 Co-authored-by: sjwaight <4828246+sjwaight@users.noreply.github.com>
Contributor
Author
Added
|
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.
Node.js 20 actions are deprecated and will be forced to Node.js 24 by default on June 2, 2026. Both workflow files are affected.
github-pages.ymlactions/checkout@v4actions/checkout@v6peaceiris/actions-hugo@v3wget+dpkginstall (no node24 release exists yet)actions/setup-node@v4actions/setup-node@v6peaceiris/actions-gh-pages@v3JamesIves/github-pages-deploy-action@v4Also bumps the installed Node.js version from EOL 18 → 20 and updates
publish_dir/github_tokeninputs to match theJamesIvesaction's API (folder,token).update-api-refs.yamlactions/checkout@v4actions/checkout@v6actions/setup-go@v5actions/setup-go@v6peter-evans/create-pull-request@v6peter-evans/create-pull-request@v8monitor-actions-hugo-node24.yml(new)Adds a new scheduled workflow that runs once per day at 08:00 UTC to monitor peaceiris/actions-hugo#675. When the issue is closed and the latest release's
action.ymlconfirms anode24runtime, the workflow automatically opens a PR to replace the manual Hugo binary install ingithub-pages.ymlwithpeaceiris/actions-hugo@<latest-tag>, preserving the Hugo version dynamically from the existing workflow.