Skip to content

Update GH Actions#1

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/gh-actions
Open

Update GH Actions#1
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/gh-actions

Conversation

@renovate
Copy link

@renovate renovate bot commented Nov 19, 2025

This PR contains the following updates:

Package Type Update Change
actions/cache action major v4v5
actions/checkout action major v4v6
actions/download-artifact action major v4v8
actions/upload-artifact action major v4v7
aws-actions/configure-aws-credentials action major v4v6
cachix/cachix-action action major v15v16
cachix/install-nix-action action major v30v31
cygwin/cygwin-install-action action major v5v6
ilammy/setup-nasm action patch v1.5.1v1.5.2
korthout/backport-action action major v3.1.0v4.2.0
msys2/setup-msys2 action minor v2.26.0v2.30.0
windows github-runner major 20222025

Release Notes

actions/cache (actions/cache)

v5

Compare Source

actions/checkout (actions/checkout)

v6

Compare Source

v5

Compare Source

actions/download-artifact (actions/download-artifact)

v8

Compare Source

v7

Compare Source

v6

Compare Source

v5

Compare Source

actions/upload-artifact (actions/upload-artifact)

v7

Compare Source

v6

Compare Source

v5

Compare Source

aws-actions/configure-aws-credentials (aws-actions/configure-aws-credentials)

v6

Compare Source

v5

Compare Source

cachix/cachix-action (cachix/cachix-action)

v16

Compare Source

What's Changed
  • Fall back to os.tmpdir when the daemon socket path becomes too long by @​sandydoo in #​209
  • Added a small delay to allow post-build hooks to flush through by @​sandydoo in #​196
  • Upgraded dependencies

Full Changelog: cachix/cachix-action@v15...v16

cachix/install-nix-action (cachix/install-nix-action)

v31

Compare 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

Full Changelog: cachix/install-nix-action@v30...v31

cygwin/cygwin-install-action (cygwin/cygwin-install-action)

v6

Compare 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.2

Compare Source

  • Update package-lock.json (#​41)
korthout/backport-action (korthout/backport-action)

v4.2.0: Backport-action v4.2.0

Compare Source

What's Changed

The new add_author_as_reviewer input allows backport-action to request a review from the author of the original pull request on the backport pull request. Thanks for the great contribution @​lenaschoenburg!

Updated dependencies

Full Changelog: korthout/backport-action@v4.1.0...v4.2.0

v4.1.0: Backport-action v4.1.0

Compare Source

What's Changed

@​lenaschoenburg fixed a bug where backport-action thought that #0 was a valid issue ref and used it in ${issue_refs}

The project is now bundled with esbuild, uses ESM, and is minified, resulting in a much smaller github action (from ~2MB to ~550kB)

Updated dependencies

Full Changelog: korthout/backport-action@v4.0.1...v4.1.0

v4.0.1: Backport-action v4.0.1

Compare Source

What's Changed

This patch fixes a bug where environment variables were no longer passed to git since v4.0.0. For instance, this prevented the action to sign commits with GPG using variables like GNUPGHOME. With this fix, environment variables are provided to git again.

Full Changelog: korthout/backport-action@v4.0.0...v4.0.1

v4.0.0: Backport-action v4.0.0

Compare Source

What's Changed

The action now requires Node 24 to run, which is a breaking change. Runner version 2.327.1 or higher is required from now on.

Other changes

Updated dependencies

Full Changelog: korthout/backport-action@v3.4.1...v4.0.0

v3.4.1: Backport-action v3.4.1

Compare Source

What's Changed

Full Changelog: korthout/backport-action@v3.4.0...v3.4.1

v3.4.0: Backport-action v3.4.0

Compare 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_enabled and control the merge method using auto_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

New Contributors

Full Changelog: korthout/backport-action@v3.3.0...v3.4.0

v3.3.0: Backport-action v3.3.0

Compare 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.1

Compare 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.0

Compare Source

What's Changed

This release adds two new inputs: add_labels and add_author_as_assignee.

add_labels allows you to specify additional labels for the backport pull request. Thanks @​chancez for the great contribution!

add_author_as_assignee allows 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.30.0

Compare Source

v2.29.0

Compare Source

  • Allow installation to C:\msys64 if it doesn't exist already. Like with the new windows-11-arm image, for example. [#​542]
  • Update base distribution to 20250830. [#​548]
  • Update dependencies

v2.28.0

Compare Source

v2.27.0

Compare Source

  • Update base distribution to 20250221. [#​480]
  • Update dependencies
  • Drop support for CLANG32

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/gh-actions branch from a1400f8 to 917b335 Compare November 22, 2025 08:05
@renovate renovate bot force-pushed the renovate/gh-actions branch 4 times, most recently from 6abd280 to ee3956b Compare December 16, 2025 08:08
@renovate renovate bot force-pushed the renovate/gh-actions branch from ee3956b to 6e689d2 Compare February 6, 2026 00:13
@renovate renovate bot force-pushed the renovate/gh-actions branch 2 times, most recently from 87460a4 to 42312c2 Compare February 16, 2026 23:13
@renovate renovate bot force-pushed the renovate/gh-actions branch from 42312c2 to 183608b Compare March 1, 2026 17:23
@renovate renovate bot force-pushed the renovate/gh-actions branch from 183608b to 620991c Compare March 8, 2026 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants