Update GH Actions #1
Open
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.
This PR contains the following updates:
v4->v6v4->v6v4->v5v4->v5v15->v16v30->v31v5->v6v1.5.1->v1.5.2v3.1.0->v3.4.1v2.26.0->v2.29.02022->2025Release Notes
actions/checkout (actions/checkout)
v6Compare Source
v5Compare Source
actions/download-artifact (actions/download-artifact)
v6Compare Source
v5Compare Source
actions/upload-artifact (actions/upload-artifact)
v5Compare Source
aws-actions/configure-aws-credentials (aws-actions/configure-aws-credentials)
v5Compare Source
cachix/cachix-action (cachix/cachix-action)
v16Compare Source
What's Changed
Full Changelog: cachix/cachix-action@v15...v16
cachix/install-nix-action (cachix/install-nix-action)
v31Compare Source
Starting with v31, this action will use semantic versioning for releases.
Major tags, like v31, will be bumped to point to the latest minor/patch release.
This is in line with how most GitHub actions manage releases.
What's Changed
nix: 2.26.3 -> 2.28.2 by @Mic92 in #232
nix: 2.24.9 -> 2.25.2 by @Mic92 in #218
ci: fix latest installer tests by @sandydoo in #220
ci: add ubuntu-24.04-arm to matrix by @msgilligan in #221
nix: 2.25.2 -> 2.26.2 by @Mic92 in #226
nix: 2.26.2 -> 2.26.3 by @sandydoo in #228
feat: Pin actions to hashes by @l0b0 in #201
chore(deps): bump actions/checkout from 4.1.1 to 4.2.2 by @dependabot in #234
docs: document how to provide AWS credentials to the nix-daemon by @sandydoo in #235
nix: 2.28.2 -> 2.28.3 by @Mic92 in #236
nix: 2.28.3 -> 2.29.0 by @Mic92 in #239
Release notes: https://nix.dev/manual/nix/latest/release-notes/rl-2.29
Automate nix updates in CI by @Mic92 in #241
nix: 2.29.0 -> 2.29.1 by @github-actions in #243
[SECURITY] https://discourse.nixos.org/t/security-advisory-privilege-escalations-in-nix-lix-and-guix/66017
nix: 2.29.1 -> 2.30.0 by @github-actions in #244
Release notes: https://nix.dev/manual/nix/2.30/release-notes/rl-2.30.html
nix: 2.30.0 -> 2.30.1 by @xokdvium in #245
[SECURITY] Builds with Nix 2.30.0 on macOS were executed with elevated privileges (root), instead of the build users. GHSA-qc7j-jgf3-qmhg
docs: add example for
nix developby @jennydaman in #248nix: 2.30.2 -> 2.31.0 by @github-actions[bot] in #250
Release notes: https://discourse.nixos.org/t/nix-2-31-0-released/68465
nix: 2.31.0 -> 2.31.1 by @github-actions[bot] in #253
nix: 2.31.1 -> 2.31.2 by @github-actions[bot] in #256
feat: set up the environment based on the installer shell scripts by @sandydoo in #251
Adds the bin directory from the user's profile to
$PATH.Configures the following environment variables:
NIX_PROFILESNIX_SSL_CERT_FILE(if not set)nix: 2.31.2 -> 2.32.0 by @github-actions[bot] in #257
Release notes: https://discourse.nixos.org/t/nix-2-32-0-released/70528
nix: 2.32.0 -> 2.32.1 by @github-actions[bot] in #258
nix: 2.32.1 -> 2.32.2 by @github-actions[bot] in #259
nix: 2.32.2 -> 2.32.3 by @github-actions[bot] in #260
nix: 2.32.3 -> 2.32.4 by @github-actions[bot] in #261
Full Changelog: cachix/install-nix-action@v30...v31
cygwin/cygwin-install-action (cygwin/cygwin-install-action)
v6Compare Source
What's Changed
New Contributors
Full Changelog: cygwin/cygwin-install-action@v5...v6
ilammy/setup-nasm (ilammy/setup-nasm)
v1.5.2: setup-nasm v1.5.2Compare Source
korthout/backport-action (korthout/backport-action)
v3.4.1: Backport-action v3.4.1Compare Source
What's Changed
Full Changelog: korthout/backport-action@v3.4.0...v3.4.1
v3.4.0: Backport-action v3.4.0Compare Source
What's Changed
You can now automatically enable auto-merge on pull requests created by backport-action thanks to a great contribution from @jasonwbarnett - enable it using
auto_merge_enabledand control the merge method usingauto_merge_method.It's now also easier to contribute to backport-action. Thanks to @yafanasiev, the CI can push newly built artifacts regardless of whether the PR comes from a fork or not.
Updated dependencies
ca4972aby @renovate[bot] in #491New Contributors
Full Changelog: korthout/backport-action@v3.3.0...v3.4.0
v3.3.0: Backport-action v3.3.0Compare Source
What's Changed
Thanks to a great contribution from @yafanasiev, you can now change the git committer name and email - enabling signing the cherry-picked commits.
Updated dependencies
New Contributors
Full Changelog: korthout/backport-action@v3.2.1...v3.3.0
v3.2.1: Backport-action v3.2.1Compare Source
What's Changed
Backport-action now detects when a backport branch or pull request already exists and continues without posting an error comment. This means you can safely add backport labels after a previous run. It also allows you to retry the workflow where the branch was pushed, but the pull request couldn’t be created. In earlier versions, rerunning in those situations would have left an error comment on the original pull request. Now, it handles these gracefully. The actions' log shows what happens in detail. Thanks @wolfgangwalther for this great contribution!
A typo in the actions' log was also fixed thanks to @codygarver.
Updated dependencies
New Contributors
Full Changelog: korthout/backport-action@v3.2.0...v3.2.1
v3.2.0: Backport-action 3.2.0Compare Source
What's Changed
This release adds two new inputs:
add_labelsandadd_author_as_assignee.add_labelsallows you to specify additional labels for the backport pull request. Thanks @chancez for the great contribution!add_labelsusing comma by @korthout in #454add_author_as_assigneeallows you to control whether the action should set the author of the original pull request as an assignee on the backport pull request. Thanks @soooch for the great contribution!Updated Dependencies
New Contributors
Full Changelog: korthout/backport-action@v3.1.0...v3.2.0
msys2/setup-msys2 (msys2/setup-msys2)
v2.29.0Compare Source
windows-11-armimage, for example. [#542]v2.28.0Compare Source
v2.27.0Compare Source
Configuration
📅 Schedule: Branch creation - "after 5am and before 8am on Wednesday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.