CI: bump github actions to recent versions#96
Merged
hauke merged 1 commit intoopenwrt:mainfrom Apr 15, 2026
Merged
Conversation
This comment has been minimized.
This comment has been minimized.
v3 updates the runtime to Node 24 (requires Actions Runner v2.327.1+) and switches the build from NCC to ESBuild. No changes to inputs, outputs, or behaviour for callers. Release notes: https://github.com/octokit/request-action/releases/tag/v3.0.0 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Link: openwrt#96 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This comment has been minimized.
This comment has been minimized.
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.
CI: Bump actions/upload-artifact from 6 to 7
v7 adds support for direct (unzipped) single-file uploads via a new
archive: falseparameter and migrates the package to ESM internally.Both changes are transparent to existing usage — no inputs, outputs, or
behaviour of the action change for callers that do not use the new
parameter.
Release notes: https://github.com/actions/upload-artifact/releases/tag/v7.0.0
CI: Bump actions/download-artifact from 7 to 8
v8 migrates the package to ESM and adds support for direct (unzipped)
downloads to match the new upload-artifact direct upload feature.
One behaviour change: hash mismatches now error by default instead of
logging a warning. This is safe for correct workflows where artifact
content does not change between upload and download.
Release notes: https://github.com/actions/download-artifact/releases/tag/v8.0.0
CI: Bump actions/github-script from 8 to 9
v9 upgrades to @actions/github v9 (ESM-only) and adds a getOctokit
factory function directly to the script context.
Breaking change: require('@actions/github') no longer works in inline
scripts. The only usage here passes github and context as parameters to
a local CommonJS module (process_formalities.js) which does not import
@actions/github itself, so the upgrade is safe.
Release notes: https://github.com/actions/github-script/releases/tag/v9.0.0
CI: Bump docker/login-action from 3 to 4 and docker/build-push-action from 6 to 7
Both actions update their runtime to Node 24 (requires Actions Runner
v2.327.1+) and migrate to ESM internally. No changes to inputs, outputs,
or behaviour for existing callers.
docker/build-push-action v7 additionally removes two deprecated
environment variables (DOCKER_BUILD_NO_SUMMARY,
DOCKER_BUILD_EXPORT_RETENTION_DAYS) which are not used in these
workflows.
Release notes:
CI: Bump octokit/request-action from 2.x to 3
v3 updates the runtime to Node 24 (requires Actions Runner v2.327.1+)
and switches the build from NCC to ESBuild. No changes to inputs,
outputs, or behaviour for callers.
Release notes: https://github.com/octokit/request-action/releases/tag/v3.0.0