Skip to content

chore(deps): update jlumbroso/free-disk-space action to v2 - #302

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/jlumbroso-free-disk-space-2.x
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/jlumbroso-free-disk-space-2.x

Conversation

@renovate

@renovate renovate Bot commented Sep 20, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
jlumbroso/free-disk-space action major v1.3.2v2.0.0

Release Notes

jlumbroso/free-disk-space (jlumbroso/free-disk-space)

v2.0.0: — three breaking changes, each with its reason

Compare Source

Breaking changes

  1. swap-storage now defaults to false. Closes #​12 — reported and diagnosed by @​zaikunzhang, whose proposed documentation fallback became the new FAQ. Removing swap can kill a job under memory pressure with no error pointing back at the cleanup step; a default should not break something that elementary.
  2. tool-cache is renamed preinstalled-runtimes. The old name still works until v3.0.0 and prints a deprecation warning. (Its default is unchanged: false, as it has been since 2022.) The new name says what actually breaks when you enable it: the runtimes that actions/setup-node, setup-python, setup-go, and setup-ruby rely on.
  3. Specific options now override general ones. dotnet: false exempts .NET from every removal path, including large-packages. Fixes #​33 — reported by @​ashleney; the overlap was first reported by @​gmij in #​6, and @​ax3l explained the overlapping removal paths and a workaround. The policy is explicit, and this release applies it to .NET; future subject options add and test their own exemptions.

Upgrading from v1 to v2

Most workflows need no change.

  • If you set tool-cache:, rename it to preinstalled-runtimes:. The old name still works until v3.0.0 and prints a warning.
  • If you relied on swap being removed by default, add swap-storage: true. It now defaults to false, because removing swap can kill a job under memory pressure with no error pointing back here (#​12).
  • If you set dotnet: false and were surprised that .NET was still removed, that is fixed — a specific option now overrides a general one (#​33).

Also in this release

A README FAQ ("what are the possible side-effects of these settings?"), CONTRIBUTING.md, and a workflow example for running cleanup conditionally (#​22). The reasons behind every design decision live in docs/adr/ — including ADR-0007, the record of this release's default change, written the day it was decided.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from jlong49 as a code owner September 20, 2026 14:44
@renovate renovate Bot added the automated label Sep 20, 2026
@renovate
renovate Bot requested a review from a team as a code owner September 20, 2026 14:44
@renovate
renovate Bot force-pushed the renovate/jlumbroso-free-disk-space-2.x branch 5 times, most recently from 4ba3f96 to efa9f03 Compare September 21, 2026 09:56
| datasource  | package                   | from   | to     |
| ----------- | ------------------------- | ------ | ------ |
| github-tags | jlumbroso/free-disk-space | v1.3.2 | v2.0.0 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate
renovate Bot force-pushed the renovate/jlumbroso-free-disk-space-2.x branch from efa9f03 to 08fd87b Compare September 22, 2026 03:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants