Skip to content

Bump the all-actions group with 3 updates#6

Merged
forketyfork merged 2 commits into
mainfrom
dependabot/github_actions/all-actions-6b31673ad5
Sep 4, 2025
Merged

Bump the all-actions group with 3 updates#6
forketyfork merged 2 commits into
mainfrom
dependabot/github_actions/all-actions-6b31673ad5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 3, 2025

Copy link
Copy Markdown
Contributor

Bumps the all-actions group with 3 updates: actions/checkout, cachix/install-nix-action and cachix/cachix-action.

Updates actions/checkout from 4 to 5

Release notes

Sourced from actions/checkout's releases.

v5.0.0

What's Changed

⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

Full Changelog: actions/checkout@v4...v5.0.0

v4.3.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v4...v4.3.0

v4.2.2

What's Changed

Full Changelog: actions/checkout@v4.2.1...v4.2.2

v4.2.1

What's Changed

New Contributors

Full Changelog: actions/checkout@v4.2.0...v4.2.1

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

V5.0.0

V4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

v4.1.5

v4.1.4

v4.1.3

... (truncated)

Commits

Updates cachix/install-nix-action from 23 to 31

Release notes

Sourced from cachix/install-nix-action's releases.

v31

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

New Contributors

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

v30

v29

Bumps Nix to 2.24.7

v28

Nix 2.24.6 - GHSA-h4vv-h3jq-v493

v27

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from cachix/install-nix-action's changelog.

Release

As of v31, releases of this action follow Semantic Versioning.

Publishing a new release

Publish the release

Draft a new release on GitHub:

  • In Choose a tag, create a new tag, like v31.2.1, following semver.
  • Click Generate release notes.
  • Set as the latest release should be selected automatically.
  • Publish release

Update the major tag

The major tag, like v31, allows downstream users to opt-in to automatic non-breaking updates.

This process follows GitHub's own guidelines: https://github.com/actions/toolkit/blob/main/docs/action-versioning.md

Fetch the latest tags
git pull --tags --force
Move the tag
git tag -fa v31
git push origin v31 --force

Update the release notes for the major tag

Find the release on GitHub: https://github.com/cachix/install-nix-action/releases

Edit the release and click Generate release notes. Edit the formatting and publish.

Commits
  • c134e4c Merge pull request #245 from xokdvium/2.30.1
  • a55d6df nix: 2.30.0 -> 2.30.1
  • cebd211 Merge pull request #244 from cachix/create-pull-request/patch
  • 358e2ef nix: 2.29.1 -> 2.30.0
  • f0fe604 ci: improve the automated nix bump title and commit message
  • 607623b Merge pull request #243 from cachix/create-pull-request/patch
  • f66ab70 nix: 2.29.0 -> 2.29.1
  • 17fe5fb Merge pull request #241 from Mic92/nix-updates
  • 86a92fe Merge pull request #239 from Mic92/nix-2.29
  • 129de12 add github action to keep nix up-to-date
  • Additional commits viewable in compare view

Updates cachix/cachix-action from 12 to 16

Release notes

Sourced from cachix/cachix-action's releases.

v16

What's Changed

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

cachix-action-v15

What's Changed

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

cachix-action-v14

https://blog.cachix.org/posts/2024-01-12-cachix-v1-7/

cachix-action-v13

  • run on node20
  • add skipAddingSubstituter to skip running cachix use
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [cachix/install-nix-action](https://github.com/cachix/install-nix-action) and [cachix/cachix-action](https://github.com/cachix/cachix-action).


Updates `actions/checkout` from 4 to 5
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v5)

Updates `cachix/install-nix-action` from 23 to 31
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Changelog](https://github.com/cachix/install-nix-action/blob/master/RELEASE.md)
- [Commits](cachix/install-nix-action@v23...v31)

Updates `cachix/cachix-action` from 12 to 16
- [Release notes](https://github.com/cachix/cachix-action/releases)
- [Commits](cachix/cachix-action@v12...v16)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: cachix/install-nix-action
  dependency-version: '31'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: cachix/cachix-action
  dependency-version: '16'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 3, 2025
@forketyfork forketyfork merged commit e02a343 into main Sep 4, 2025
3 checks passed
@forketyfork forketyfork deleted the dependabot/github_actions/all-actions-6b31673ad5 branch September 4, 2025 06:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant