Skip to content

build(deps): bump the updates group across 1 directory with 5 updates - #580

Merged
ThetaSinner merged 1 commit into
mainfrom
dependabot/github_actions/updates-d95d5c741a
Aug 4, 2026
Merged

build(deps): bump the updates group across 1 directory with 5 updates#580
ThetaSinner merged 1 commit into
mainfrom
dependabot/github_actions/updates-d95d5c741a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 30, 2026

Copy link
Copy Markdown
Contributor

Bumps the updates group with 5 updates in the / directory:

Package From To
holochain/actions/.github/workflows/prepare-release.yml 1.6.0 1.16.0
holochain/actions/.github/workflows/publish-release.yml 1.6.0 1.16.0
actions/checkout 5 7
AdityaGarg8/remove-unwanted-software 2 5
cachix/cachix-action 16 17

Updates holochain/actions/.github/workflows/prepare-release.yml from 1.6.0 to 1.16.0

Release notes

Sourced from holochain/actions/.github/workflows/prepare-release.yml's releases.

v1.16.0

What's Changed

Full Changelog: holochain/actions@v1.15.0...v1.16.0

v1.15.0

What's Changed

Full Changelog: holochain/actions@v1.14.0...v1.15.0

v1.14.0

What's Changed

Full Changelog: holochain/actions@v1.13.0...v1.14.0

v1.13.0

What's Changed

Full Changelog: holochain/actions@v1.12.0...v1.13.0

v1.12.0

What's Changed

Full Changelog: holochain/actions@v1.11.0...v1.12.0

v1.11.0

What's Changed

Full Changelog: holochain/actions@v1.10.0...v1.11.0

v1.10.0

What's Changed

... (truncated)

Commits
  • e9a629c chore: release v1.16.0
  • 53f074d docs: add section about Node.js release automation
  • d76b3f6 feat: add support for publishing Node.js packages in a workspace
  • 04b2f0f refactor: use bash array for release flags in nodejs-publish
  • 88f530b refactor: use env var for the tarball in nodejs-publish
  • d4681f3 ci: use correct previous tag when generating the release notes
  • c111f25 feat: replace conflicting GH release artifacts when publishing Node.js
  • 2909862 fix: node publish was swallowing node errors when getting the version
  • 569e2bb ci: retry hra-release label check while PR list is empty
  • 686ba4a ci: use PAT with workflow scope to allow editing workflow files
  • Additional commits viewable in compare view

Updates holochain/actions/.github/workflows/publish-release.yml from 1.6.0 to 1.16.0

Release notes

Sourced from holochain/actions/.github/workflows/publish-release.yml's releases.

v1.16.0

What's Changed

Full Changelog: holochain/actions@v1.15.0...v1.16.0

v1.15.0

What's Changed

Full Changelog: holochain/actions@v1.14.0...v1.15.0

v1.14.0

What's Changed

Full Changelog: holochain/actions@v1.13.0...v1.14.0

v1.13.0

What's Changed

Full Changelog: holochain/actions@v1.12.0...v1.13.0

v1.12.0

What's Changed

Full Changelog: holochain/actions@v1.11.0...v1.12.0

v1.11.0

What's Changed

Full Changelog: holochain/actions@v1.10.0...v1.11.0

v1.10.0

What's Changed

... (truncated)

Commits
  • e9a629c chore: release v1.16.0
  • 53f074d docs: add section about Node.js release automation
  • d76b3f6 feat: add support for publishing Node.js packages in a workspace
  • 04b2f0f refactor: use bash array for release flags in nodejs-publish
  • 88f530b refactor: use env var for the tarball in nodejs-publish
  • d4681f3 ci: use correct previous tag when generating the release notes
  • c111f25 feat: replace conflicting GH release artifacts when publishing Node.js
  • 2909862 fix: node publish was swallowing node errors when getting the version
  • 569e2bb ci: retry hra-release label check while PR list is empty
  • 686ba4a ci: use PAT with workflow scope to allow editing workflow files
  • Additional commits viewable in compare view

Updates actions/checkout from 5 to 7

Release notes

Sourced from actions/checkout's releases.

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v6.0.3...v7.0.0

v6.1.0

What's Changed

https://github.blog/changelog/2026-06-18-safer-pull_request_target-defaults-for-github-actions-checkout/ for more details about this breaking change

Full Changelog: actions/checkout@v6.0.3...v6.1.0

v6.0.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v6...v6.0.3

v6.0.2

What's Changed

Full Changelog: actions/checkout@v6.0.1...v6.0.2

v6.0.1

What's Changed

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.1

v7.0.0

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

... (truncated)

Commits

Updates AdityaGarg8/remove-unwanted-software from 2 to 5

Release notes

Sourced from AdityaGarg8/remove-unwanted-software's releases.

Ubuntu arm support

Added support for Ubuntu arm runners

Fixes for Ubuntu 24.04 image

Fixed a bug causing remove unwanted packages to fail on Ubuntu 24.04 image.

Enable verbose mode

Set verbose to true to enable verbose logging of this action.

Remove large packages, swapfile and cached tools

Added option to remove large packages, swapfile and cached tools

Commits

Updates cachix/cachix-action from 16 to 17

Release notes

Sourced from cachix/cachix-action's releases.

v17

What's Changed

Breaking changes

Bug fixes

  • Harden the post-build daemon hook against failing. Caching issues should not prevent builds from continuing.
  • Await main functions so that errors bubble up properly.

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

Changelog

Sourced from cachix/cachix-action's changelog.

Release

  1. Create and push a new tag:

    git tag v17
    git push origin v17
  2. Wait for CI to pass.

  3. Create a release for the new tag.

  4. Move the major version tag to the latest release:

    git tag -fa v17
    git push origin v17 --force
Commits
  • 5f2d7c5 fix: await main functions
  • 4ee5453 rebuilt dist
  • 9f82c7e fix: ensure that the post-build hook never fails
  • a593539 ci: add a workflow to auto-bump version in README
  • 8d6d4b9 docs: add release and contributing docs
  • 6505427 Merge pull request #213 from jleroux98/update-readme
  • 5941c26 use regular tags
  • 80a630b update tags
  • 1eb2ef6 Merge pull request #212 from cachix/upgrade-node-24
  • 75ce400 dist: re-build using esbuild targeting node24
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 30, 2026
@cocogitto-bot

cocogitto-bot Bot commented Jul 30, 2026

Copy link
Copy Markdown

✔️ 837812c - Conventional commits check succeeded.

@ThetaSinner

Copy link
Copy Markdown
Member

@dependabot rebase

@ThetaSinner
ThetaSinner enabled auto-merge (rebase) August 4, 2026 13:18
Bumps the updates group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [holochain/actions/.github/workflows/prepare-release.yml](https://github.com/holochain/actions) | `1.6.0` | `1.16.0` |
| [holochain/actions/.github/workflows/publish-release.yml](https://github.com/holochain/actions) | `1.6.0` | `1.16.0` |
| [actions/checkout](https://github.com/actions/checkout) | `5` | `7` |
| [AdityaGarg8/remove-unwanted-software](https://github.com/adityagarg8/remove-unwanted-software) | `2` | `5` |
| [cachix/cachix-action](https://github.com/cachix/cachix-action) | `16` | `17` |



Updates `holochain/actions/.github/workflows/prepare-release.yml` from 1.6.0 to 1.16.0
- [Release notes](https://github.com/holochain/actions/releases)
- [Commits](holochain/actions@v1.6.0...v1.16.0)

Updates `holochain/actions/.github/workflows/publish-release.yml` from 1.6.0 to 1.16.0
- [Release notes](https://github.com/holochain/actions/releases)
- [Commits](holochain/actions@v1.6.0...v1.16.0)

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

Updates `AdityaGarg8/remove-unwanted-software` from 2 to 5
- [Release notes](https://github.com/adityagarg8/remove-unwanted-software/releases)
- [Commits](AdityaGarg8/remove-unwanted-software@v2...v5)

Updates `cachix/cachix-action` from 16 to 17
- [Release notes](https://github.com/cachix/cachix-action/releases)
- [Changelog](https://github.com/cachix/cachix-action/blob/master/RELEASE.md)
- [Commits](cachix/cachix-action@v16...v17)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: updates
- dependency-name: AdityaGarg8/remove-unwanted-software
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: updates
- dependency-name: cachix/cachix-action
  dependency-version: '17'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: updates
- dependency-name: holochain/actions/.github/workflows/prepare-release.yml
  dependency-version: 1.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: updates
- dependency-name: holochain/actions/.github/workflows/publish-release.yml
  dependency-version: 1.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps): bump the updates group with 5 updates build(deps): bump the updates group across 1 directory with 5 updates Aug 4, 2026
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/updates-d95d5c741a branch from 837812c to 0512639 Compare August 4, 2026 13:18
@dependabot
dependabot Bot requested a review from a team as a code owner August 4, 2026 13:18
@cocogitto-bot

cocogitto-bot Bot commented Aug 4, 2026

Copy link
Copy Markdown

✔️ 0512639 - Conventional commits check succeeded.

@ThetaSinner
ThetaSinner merged commit e3304cb into main Aug 4, 2026
7 of 13 checks passed
@ThetaSinner
ThetaSinner deleted the dependabot/github_actions/updates-d95d5c741a branch August 4, 2026 14:06
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