Skip to content

Bump the github-actions group with 9 updates#5874

Merged
beckermr merged 1 commit intomainfrom
dependabot/github_actions/github-actions-b1e3208ad7
Apr 1, 2026
Merged

Bump the github-actions group with 9 updates#5874
beckermr merged 1 commit intomainfrom
dependabot/github_actions/github-actions-b1e3208ad7

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the github-actions group with 9 updates:

Package From To
endersonmenezes/free-disk-space 3.1.0 3.2.2
mamba-org/setup-micromamba 2.0.7 3.0.0
actions/cache 5.0.3 5.0.4
docker/login-action 3.7.0 4.0.0
docker/metadata-action 5.10.0 6.0.0
docker/build-push-action 6.19.2 7.0.0
docker/setup-buildx-action 3.12.0 4.0.0
actions/download-artifact 8.0.0 8.0.1
codecov/codecov-action 5.5.2 6.0.0

Updates endersonmenezes/free-disk-space from 3.1.0 to 3.2.2

Release notes

Sourced from endersonmenezes/free-disk-space's releases.

v3.2.2

Changed:

  • 🤖 Enhance release-manager skill with terminal gotchas, tag-first workflow, CHANGELOG-based release notes, and updated agent DO/DON'Ts

v3.2.1

Added:

  • 🤖 Add Release Manager skill for managing semantic version releases and updating major version alias

Changed:

  • 📝 Update CHANGELOG.md and README.md with recent changes and performance improvements

v3.2.0

Added:

  • 🧪 Add support for Ubuntu 22.04 in workflow templates and update README with compatibility badges
  • 📝 Create CHANGELOG.md and update README to link to it
  • 🤖 Add Copilot instructions and agent documentation
  • 🤖 Add Changelog Maintainer skill to automate CHANGELOG.md updates

Changed:

  • 📊 Distinguish total free space from recovered space in output — fixes #22
  • 🛠️ Update GitHub Actions extension identifier in devcontainer configuration
  • 🔧 Update workflow templates and improve cleanup validation
  • 🔧 Update disk-space-engineer agent tools for enhanced functionality
  • 🔄 Pre-commit autoupdate

Fixed:

  • 🐛 Replace bc alias with variable path to prevent breakage when bc is relocated during cleanup
  • 🐛 Replace Docker-based shellcheck with Python-based alternative in DevContainer

CI/CD Improvements:

  • 🧹 Remove user-reported full cleanup test from workflow jobs
  • 🧪 Expand folder removal list in package removal tests for improved cleanup

Special Thanks:

  • cuiyf5516 for fixing the bc path issue on Ubuntu 22.04 (#27) — first contribution! 🎉
Changelog

Sourced from endersonmenezes/free-disk-space's changelog.

Changelog

All notable changes to Free Disk Space Action are documented here.

Format follows Keep a Changelog.
Versioning follows Semantic Versioning.


[Unreleased]


[v3.2.2] — 2026-03-03 — Commit: 5eabf23

Changed:

  • 🤖 Enhance release-manager skill with terminal gotchas, tag-first workflow, CHANGELOG-based release notes, and updated agent DO/DON'Ts (5eabf23)

[v3.2.1] — 2026-03-03 — Commit: 9cf1114

Added:

  • 🤖 Add Release Manager skill for managing semantic version releases and updating major version alias (9cf1114)

Changed:

  • 📝 Update CHANGELOG.md and README.md with recent changes and performance improvements (dcf58cd)

[v3.2.0] — 2026-03-03 — Commit: f63fea6

Added:

  • 🧪 Add support for Ubuntu 22.04 in workflow templates and update README with compatibility badges (2c1f01a)
  • 📝 Create CHANGELOG.md and update README to link to it (19c7ae6)
  • 🤖 Add Copilot instructions and agent documentation (403e664)
  • 🤖 Add Changelog Maintainer skill to automate CHANGELOG.md updates (c7496bb)

Changed:

  • 📊 Distinguish total free space from recovered space in output — fixes #22 (a89b4e5)
  • 🛠️ Update GitHub Actions extension identifier in devcontainer configuration (a9a4807)
  • 🔧 Update workflow templates and improve cleanup validation (225faab)
  • 🔧 Update disk-space-engineer agent tools for enhanced functionality (4ef9f03)
  • 🔄 Pre-commit autoupdate (17f6375)

Fixed:

  • 🐛 Replace bc alias with variable path to prevent breakage when bc is relocated during cleanup (0d73123)
  • 🐛 Replace Docker-based shellcheck with Python-based alternative in DevContainer (eebb38f)

CI/CD Improvements:

... (truncated)

Commits
  • 7901478 docs: update CHANGELOG.md with v3.2.2 entry
  • 5eabf23 feat: enhance terminal command guidelines and git usage instructions in SKILL.md
  • e7b3f00 docs: update CHANGELOG.md with v3.2.1 entry
  • 9cf1114 feat: add release-manager skill for managing semantic version releases and up...
  • dcf58cd feat: update CHANGELOG.md and README.md with recent changes and performance i...
  • f63fea6 feat: expand folder removal list in package removal tests for improved cleanup
  • 4ef9f03 feat: update disk-space-engineer agent tools for enhanced functionality and V...
  • 2c1f01a feat: add support for Ubuntu 22.04 in workflow templates and update README wi...
  • 225faab feat: update workflow templates and improve cleanup validation
  • c7496bb feat: add Changelog Maintainer skill to automate CHANGELOG.md updates
  • Additional commits viewable in compare view

Updates mamba-org/setup-micromamba from 2.0.7 to 3.0.0

Release notes

Sourced from mamba-org/setup-micromamba's releases.

v3.0.0

What's Changed

New features

Dependency updates

Other changes

New Contributors

Full Changelog: mamba-org/setup-micromamba@v2...v3.0.0

Commits

Updates actions/cache from 5.0.3 to 5.0.4

Release notes

Sourced from actions/cache's releases.

v5.0.4

What's Changed

New Contributors

Full Changelog: actions/cache@v5...v5.0.4

Changelog

Sourced from actions/cache's changelog.

Releases

How to prepare a release

[!NOTE]
Relevant for maintainers with write access only.

  1. Switch to a new branch from main.
  2. Run npm test to ensure all tests are passing.
  3. Update the version in https://github.com/actions/cache/blob/main/package.json.
  4. Run npm run build to update the compiled files.
  5. Update this https://github.com/actions/cache/blob/main/RELEASES.md with the new version and changes in the ## Changelog section.
  6. Run licensed cache to update the license report.
  7. Run licensed status and resolve any warnings by updating the https://github.com/actions/cache/blob/main/.licensed.yml file with the exceptions.
  8. Commit your changes and push your branch upstream.
  9. Open a pull request against main and get it reviewed and merged.
  10. Draft a new release https://github.com/actions/cache/releases use the same version number used in package.json
    1. Create a new tag with the version number.
    2. Auto generate release notes and update them to match the changes you made in RELEASES.md.
    3. Toggle the set as the latest release option.
    4. Publish the release.
  11. Navigate to https://github.com/actions/cache/actions/workflows/release-new-action-version.yml
    1. There should be a workflow run queued with the same version number.
    2. Approve the run to publish the new version and update the major tags for this action.

Changelog

5.0.4

  • Bump minimatch to v3.1.5 (fixes ReDoS via globstar patterns)
  • Bump undici to v6.24.1 (WebSocket decompression bomb protection, header validation fixes)
  • Bump fast-xml-parser to v5.5.6

5.0.3

5.0.2

  • Bump @actions/cache to v5.0.3 #1692

5.0.1

  • Update @azure/storage-blob to ^12.29.1 via @actions/cache@5.0.1 #1685

5.0.0

[!IMPORTANT] actions/cache@v5 runs on the Node.js 24 runtime and requires a minimum Actions Runner version of 2.327.1.

... (truncated)

Commits

Updates docker/login-action from 3.7.0 to 4.0.0

Release notes

Sourced from docker/login-action's releases.

v4.0.0

Full Changelog: docker/login-action@v3.7.0...v4.0.0

Commits
  • b45d80f Merge pull request #929 from crazy-max/node24
  • 176cb9c node 24 as default runtime
  • cad8984 Merge pull request #920 from docker/dependabot/npm_and_yarn/aws-sdk-dependenc...
  • 92cbcb2 chore: update generated content
  • 5a2d6a7 build(deps): bump the aws-sdk-dependencies group with 2 updates
  • 44512b6 Merge pull request #928 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • 28737a5 chore: update generated content
  • dac0793 build(deps): bump @​docker/actions-toolkit from 0.76.0 to 0.77.0
  • 62029f3 Merge pull request #919 from docker/dependabot/npm_and_yarn/actions/core-3.0.0
  • 08c8f06 chore: update generated content
  • Additional commits viewable in compare view

Updates docker/metadata-action from 5.10.0 to 6.0.0

Release notes

Sourced from docker/metadata-action's releases.

v6.0.0

Full Changelog: docker/metadata-action@v5.10.0...v6.0.0

Commits
  • 030e881 Merge pull request #607 from crazy-max/allow-comments
  • 4b529ac chore: update generated content
  • b0082b3 preserve comments in list input values with commentNoInfix
  • 7b19fec Merge pull request #604 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • 281c9b0 chore: update generated content
  • 5f43b3b test: stabilize github mock setup since ESM
  • 9d53276 github class moved since actions-toolkit v0.77.0
  • eaa3d39 chore(deps): Bump @​docker/actions-toolkit from 0.68.0 to 0.77.0
  • 6b695f7 Merge pull request #605 from crazy-max/node24
  • a1afadc node 24 as default runtime
  • Additional commits viewable in compare view

Updates docker/build-push-action from 6.19.2 to 7.0.0

Release notes

Sourced from docker/build-push-action's releases.

v7.0.0

Full Changelog: docker/build-push-action@v6.19.2...v7.0.0

Commits
  • d08e5c3 Merge pull request #1479 from docker/dependabot/npm_and_yarn/docker/actions-t...
  • cbd2dff chore: update generated content
  • f76f51f chore(deps): Bump @​docker/actions-toolkit from 0.78.0 to 0.79.0
  • 7d03e66 Merge pull request #1473 from crazy-max/rm-deprecated-envs
  • 98f853d chore: update generated content
  • cadccf6 remove deprecated envs
  • 03fe877 Merge pull request #1478 from docker/dependabot/github_actions/docker/setup-b...
  • 827e366 chore(deps): Bump docker/setup-buildx-action from 3 to 4
  • e25db87 Merge pull request #1474 from crazy-max/rm-export-build-tool
  • 1ac2573 Merge pull request #1470 from crazy-max/node24
  • Additional commits viewable in compare view

Updates docker/setup-buildx-action from 3.12.0 to 4.0.0

Release notes

Sourced from docker/setup-buildx-action's releases.

v4.0.0

Full Changelog: docker/setup-buildx-action@v3.12.0...v4.0.0

Commits
  • 4d04d5d Merge pull request #485 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • cd74e05 chore: update generated content
  • eee38ec build(deps): bump @​docker/actions-toolkit from 0.77.0 to 0.79.0
  • 7a83f65 Merge pull request #484 from docker/dependabot/github_actions/docker/setup-qe...
  • a5aa967 Merge pull request #464 from crazy-max/rm-deprecated
  • e73d53f build(deps): bump docker/setup-qemu-action from 3 to 4
  • 28a438e Merge pull request #483 from crazy-max/node24
  • 034e9d3 chore: update generated content
  • b4664d8 remove deprecated inputs/outputs
  • a8257de node 24 as default runtime
  • Additional commits viewable in compare view

Updates actions/download-artifact from 8.0.0 to 8.0.1

Release notes

Sourced from actions/download-artifact's releases.

v8.0.1

What's Changed

Full Changelog: actions/download-artifact@v8...v8.0.1

Commits

Updates codecov/codecov-action from 5.5.2 to 6.0.0

Release notes

Sourced from codecov/codecov-action's releases.

v6.0.0

⚠️ This version introduces support for node24 which make cause breaking changes for systems that do not currently support node24. ⚠️

What's Changed

Full Changelog: codecov/codecov-action@v5.5.4...v6.0.0

v5.5.4

This is a mirror of v5.5.2. v6 will be released which requires node24

What's Changed

Full Changelog: codecov/codecov-action@v5.5.3...v5.5.4

v5.5.3

What's Changed

Full Changelog: codecov/codecov-action@v5.5.2...v5.5.3

Changelog

Sourced from codecov/codecov-action's changelog.

v5.5.2

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.1..v5.5.2

v5.5.1

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.0..v5.5.1

v5.5.0

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.3..v5.5.0

v5.4.3

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3

v5.4.2

... (truncated)

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 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 github-actions group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [endersonmenezes/free-disk-space](https://github.com/endersonmenezes/free-disk-space) | `3.1.0` | `3.2.2` |
| [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba) | `2.0.7` | `3.0.0` |
| [actions/cache](https://github.com/actions/cache) | `5.0.3` | `5.0.4` |
| [docker/login-action](https://github.com/docker/login-action) | `3.7.0` | `4.0.0` |
| [docker/metadata-action](https://github.com/docker/metadata-action) | `5.10.0` | `6.0.0` |
| [docker/build-push-action](https://github.com/docker/build-push-action) | `6.19.2` | `7.0.0` |
| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3.12.0` | `4.0.0` |
| [actions/download-artifact](https://github.com/actions/download-artifact) | `8.0.0` | `8.0.1` |
| [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5.5.2` | `6.0.0` |


Updates `endersonmenezes/free-disk-space` from 3.1.0 to 3.2.2
- [Release notes](https://github.com/endersonmenezes/free-disk-space/releases)
- [Changelog](https://github.com/endersonmenezes/free-disk-space/blob/main/CHANGELOG.md)
- [Commits](endersonmenezes/free-disk-space@e6ed9b0...7901478)

Updates `mamba-org/setup-micromamba` from 2.0.7 to 3.0.0
- [Release notes](https://github.com/mamba-org/setup-micromamba/releases)
- [Commits](mamba-org/setup-micromamba@add3a49...d7c9bd8)

Updates `actions/cache` from 5.0.3 to 5.0.4
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@cdf6c1f...6682284)

Updates `docker/login-action` from 3.7.0 to 4.0.0
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@c94ce9f...b45d80f)

Updates `docker/metadata-action` from 5.10.0 to 6.0.0
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](docker/metadata-action@c299e40...030e881)

Updates `docker/build-push-action` from 6.19.2 to 7.0.0
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@10e90e3...d08e5c3)

Updates `docker/setup-buildx-action` from 3.12.0 to 4.0.0
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@8d2750c...4d04d5d)

Updates `actions/download-artifact` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@70fc10c...3e5f45b)

Updates `codecov/codecov-action` from 5.5.2 to 6.0.0
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@671740a...57e3a13)

---
updated-dependencies:
- dependency-name: endersonmenezes/free-disk-space
  dependency-version: 3.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: mamba-org/setup-micromamba
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/cache
  dependency-version: 5.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: docker/login-action
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: docker/metadata-action
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: docker/build-push-action
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: docker/setup-buildx-action
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/download-artifact
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: codecov/codecov-action
  dependency-version: 6.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 added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 1, 2026
@dependabot dependabot bot requested a review from ytausch as a code owner April 1, 2026 16:37
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 1, 2026
@beckermr beckermr merged commit 8a82b49 into main Apr 1, 2026
7 of 8 checks passed
@beckermr beckermr deleted the dependabot/github_actions/github-actions-b1e3208ad7 branch April 1, 2026 16:57
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