Upgrade GitHub Actions to Node.js 24 compatible versions and add single build workflow#6
Open
fvgfgtxdeujv wants to merge 9 commits into
Open
Upgrade GitHub Actions to Node.js 24 compatible versions and add single build workflow#6fvgfgtxdeujv wants to merge 9 commits into
fvgfgtxdeujv wants to merge 9 commits into
Conversation
- actions/checkout: v4 → v4.2.2 - actions/upload-artifact: v4 → v4.4.3 - actions/download-artifact: v4 → v4.1.8
- actions/checkout: v4 → v7 - actions/upload-artifact: v4 → v7 - actions/download-artifact: v4 → v8 - softprops/action-gh-release: v2 → v3
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.
Changes
1. Upgrade GitHub Actions to latest versions
actions/checkout: v4 → v7actions/upload-artifact: v4 → v7actions/download-artifact: v4 → v8softprops/action-gh-release: v2 → v3These versions natively support Node.js 24, resolving the deprecation warnings.
2. Add Node.js 24 support
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: trueenvironment variable to all workflows3. Add pull_request trigger
build-rootfs-releases.ymlnow runs automatically on PRs to maincleanup-old-assets.ymlremains manual-only (no PR trigger needed)4. Switch to manual trigger for scheduled workflows
scheduletrigger (weekly cron) frombuild-rootfs-releases.ymlandcleanup-old-assets.ymlworkflow_dispatchorpull_request5. Add single rootfs build workflow
build-single-rootfs.ymlworkflowMotivation
Testing