Skip to content

chore(deps): bump the github-actions group across 1 directory with 6 updates#2036

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/github-actions-6090b7c8f1
Open

chore(deps): bump the github-actions group across 1 directory with 6 updates#2036
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/github-actions-6090b7c8f1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 8, 2026

Bumps the github-actions group with 6 updates in the / directory:

Package From To
dawidd6/action-download-artifact 18 20
cachix/install-nix-action e4f4bde15728394ded896ef07491a85f2eb24956 616559265b40713947b9c190a8ff4b507b5df49b
goreleaser/goreleaser-action 9a127d869fb706213d29cdf8eef3a4ea2b869415 ec59f474b9834571250b370d4735c50f8e2d1e29
azure/login 2dd0bbf4064d5a1812889dc200bb8eed2597f82a 532459ea530d8321f2fb9bb10d1e0bcf23869a43
rtCamp/action-slack-notify cdf0a2130cbcdfd82ba5fcac8e076370bf381b36 e31e87e03dd19038e411e38ae27cbad084a90661
actions/github-script 7.1.0 8.0.0

Updates dawidd6/action-download-artifact from 18 to 20

Release notes

Sourced from dawidd6/action-download-artifact's releases.

v20

What's Changed

Full Changelog: dawidd6/action-download-artifact@v19...v20

v19

What's Changed

Full Changelog: dawidd6/action-download-artifact@v18...v19

Commits

Updates cachix/install-nix-action from e4f4bde15728394ded896ef07491a85f2eb24956 to 616559265b40713947b9c190a8ff4b507b5df49b

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

Updates goreleaser/goreleaser-action from 9a127d869fb706213d29cdf8eef3a4ea2b869415 to ec59f474b9834571250b370d4735c50f8e2d1e29

Commits

Updates azure/login from 2dd0bbf4064d5a1812889dc200bb8eed2597f82a to 532459ea530d8321f2fb9bb10d1e0bcf23869a43

Commits

Updates rtCamp/action-slack-notify from cdf0a2130cbcdfd82ba5fcac8e076370bf381b36 to e31e87e03dd19038e411e38ae27cbad084a90661

Commits

Updates actions/github-script from 7.1.0 to 8.0.0

Release notes

Sourced from actions/github-script's releases.

v8.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.

New Contributors

Full Changelog: actions/github-script@v7.1.0...v8.0.0

Commits

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 8, 2026
@dependabot dependabot bot requested a review from raphaeltm as a code owner April 8, 2026 21:34
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 8, 2026
@dependabot dependabot bot changed the title chore(deps): bump the github-actions group with 6 updates chore(deps): bump the github-actions group across 1 directory with 6 updates Apr 8, 2026
Bumps the github-actions group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) | `18` | `20` |
| [cachix/install-nix-action](https://github.com/cachix/install-nix-action) | `e4f4bde15728394ded896ef07491a85f2eb24956` | `616559265b40713947b9c190a8ff4b507b5df49b` |
| [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) | `9a127d869fb706213d29cdf8eef3a4ea2b869415` | `ec59f474b9834571250b370d4735c50f8e2d1e29` |
| [azure/login](https://github.com/azure/login) | `2dd0bbf4064d5a1812889dc200bb8eed2597f82a` | `532459ea530d8321f2fb9bb10d1e0bcf23869a43` |
| [rtCamp/action-slack-notify](https://github.com/rtcamp/action-slack-notify) | `cdf0a2130cbcdfd82ba5fcac8e076370bf381b36` | `e31e87e03dd19038e411e38ae27cbad084a90661` |
| [actions/github-script](https://github.com/actions/github-script) | `7.1.0` | `8.0.0` |


Updates `dawidd6/action-download-artifact` from 18 to 20
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](dawidd6/action-download-artifact@1f8785f...8305c0f)

Updates `cachix/install-nix-action` from e4f4bde15728394ded896ef07491a85f2eb24956 to 616559265b40713947b9c190a8ff4b507b5df49b
- [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@e4f4bde...6165592)

Updates `goreleaser/goreleaser-action` from 9a127d869fb706213d29cdf8eef3a4ea2b869415 to ec59f474b9834571250b370d4735c50f8e2d1e29
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](goreleaser/goreleaser-action@9a127d8...ec59f47)

Updates `azure/login` from 2dd0bbf4064d5a1812889dc200bb8eed2597f82a to 532459ea530d8321f2fb9bb10d1e0bcf23869a43
- [Release notes](https://github.com/azure/login/releases)
- [Commits](Azure/login@2dd0bbf...532459e)

Updates `rtCamp/action-slack-notify` from cdf0a2130cbcdfd82ba5fcac8e076370bf381b36 to e31e87e03dd19038e411e38ae27cbad084a90661
- [Release notes](https://github.com/rtcamp/action-slack-notify/releases)
- [Commits](rtCamp/action-slack-notify@cdf0a21...e31e87e)

Updates `actions/github-script` from 7.1.0 to 8.0.0
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@f28e40c...ed59741)

---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
  dependency-version: '20'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: cachix/install-nix-action
  dependency-version: 616559265b40713947b9c190a8ff4b507b5df49b
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: goreleaser/goreleaser-action
  dependency-version: ec59f474b9834571250b370d4735c50f8e2d1e29
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: azure/login
  dependency-version: 532459ea530d8321f2fb9bb10d1e0bcf23869a43
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: rtCamp/action-slack-notify
  dependency-version: e31e87e03dd19038e411e38ae27cbad084a90661
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: actions/github-script
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/github-actions-6090b7c8f1 branch from 5990da9 to dee0e2d Compare April 8, 2026 21:54
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.

0 participants