CI: bump github actions to recent versions#96
Open
hauke wants to merge 5 commits intoopenwrt:mainfrom
Open
Conversation
v7 adds support for direct (unzipped) single-file uploads via a new `archive: false` parameter 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 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
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 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
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
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
… 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: - https://github.com/docker/login-action/releases/tag/v4.0.0 - https://github.com/docker/build-push-action/releases/tag/v7.0.0 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
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> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Failed checksIssues marked with an ❌ are failing checks. Commit d4d581a
Commit 69d407d
Commit 2eefc9e
Commit a51cfa2
Commit 3e1624a
For more details, see the full job log. Something broken? Consider providing feedback. |
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