Skip to content

.github: Bump endersonmenezes/free-disk-space from 3 to 4 - #180

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/endersonmenezes/free-disk-space-4
Open

.github: Bump endersonmenezes/free-disk-space from 3 to 4#180
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/endersonmenezes/free-disk-space-4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps endersonmenezes/free-disk-space from 3 to 4.

Release notes

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

v4

Alias to v4.0.0

v4.0.0

Added:

  • 🧪 Add ubuntu-26.04 and ubuntu-26.04-arm preview runners to the test matrix
  • 🧪 Add ubuntu-24.04 and ubuntu-22.04-arm to the test matrices
  • 🌐 Add GitHub Pages dashboard to visualise CI test results (concept by Fabian Rost)
  • 🖼️ Add live dashboard screenshot to README, replacing the manually maintained size tables
  • 🔒 Declare minimal workflow permissions to resolve code-scanning alerts
  • 🔧 Add actionlint configuration for the new preview runner labels

Changed:

  • ⬆️ Upgrade default rmz version from 3.1.1 to 3.2.0 (fixes "Directory not empty" errors and improves performance on large flat directories; rm remains the default rm_cmd)
  • ⚡ Parallelize folder removal when using rm (one rm per folder, up to nproc workers; rmz stays serial as it already parallelizes internally)
  • 🔧 Run a single apt-get autoremove/clean pass at the end of the packages phase instead of one per package
  • 🔧 Harden apt-get removals: non-interactive frontend, closed stdin, 600s timeout and visible output so a stalled removal can no longer hang a CI job silently
  • 🚀 Update GitHub Actions to Node.js 24-compatible versions (actions/checkout@v7, actions/upload-artifact@v7, actions/download-artifact@v8, actions/upload-pages-artifact@v5, actions/deploy-pages@v5)
  • 📚 Update README for the v4 release

Fixed:

  • 🐛 Fix GitHub Pages deployment being skipped: correct the Pages build_type to workflow and evaluate the deploy job with always() plus an explicit needs result check
  • 🐛 Fix ubuntu-26.04 matrix entries running without rm_cmd, which made those tests no-ops
  • 🐛 Fix quoted package lists being passed to apt-get as a single package name

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

... (truncated)

Changelog

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

[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:

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

Special Thanks:

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

[v3.1.0] — 2025-12-08 — Commit: e6ed9b0

Added:

  • 🧪 Use case-based tests: Docker Build, Python/ML, Node.js, Java/JVM, Remove Browsers, Remove Cloud CLIs, Remove LLVM
  • 🗂️ Replaced low-impact folder tests with high-impact ones (/opt/hostedtoolcache, /usr/share/dotnet, /usr/local/.ghcup, /usr/local/lib/android)

... (truncated)

Commits
  • 2a22f8c chore: update changelog for v4.0.0 release with added features and fixes
  • 3dbb7c7 feat(main.sh): refactor package and folder removal functions for improved eff...
  • 9740353 chore: bump default rmz version to 3.2.0 and update changelog
  • 55a5106 docs: update README with live dashboard link and performance metrics
  • 2784311 feat(workflows): add ubuntu-24.04 and ubuntu-22.04-arm runners to test and qu...
  • 1fe038e feat(main.sh): implement apt_get function for safer package removal in CI
  • 0c0b08f feat(workflows): add additional runner configurations with experimental commands
  • a230248 fix(workflows): ensure GitHub Pages deployment runs on successful consolidate...
  • a1e5a2c docs(pages): add live dashboard link, filters and changelog entry for Pages fix
  • bf5e429 chore(workflows): bump actions/checkout to v7 and make actionlint pass
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [endersonmenezes/free-disk-space](https://github.com/endersonmenezes/free-disk-space) from 3 to 4.
- [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@v3...v4)

---
updated-dependencies:
- dependency-name: endersonmenezes/free-disk-space
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Aug 24, 2026
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