Releases: otto-de/purge-deprecated-workflow-runs
3.0.1 ⬆️ update dependencies
What's Changed
🧺 Chores
- Bump otto-de/purge-deprecated-workflow-runs from 2 to 3 by @dependabot in #53
- Bump @types/node from 22.10.10 to 22.12.0 by @dependabot in #54
Full Changelog: v3.0.0...v3.0.1
3.0.0
What's Changed
Breaking changes
The default value of the remove-obsolete
(currently true
) has changed to false
.
If you are using the action to implicitly remove orphaned workflow runs you need to change that to explicit handling (i.e. set remove-obsolete: true
within the with
section):
jobs:
purge_orphaned_workflows:
runs-on: ubuntu-latest
steps:
- - uses: otto-de/purge-deprecated-workflow-runs@v2
+ - uses: otto-de/[email protected]
with:
+ remove-obsolete: true
token: ${{ github.token }}
The action will only be usable by release-tags (e.g. @v3.0
). Other ways of referring to the action will stop working. The following examples therefore will not work anymore:
- following a branch
- uses: otto-de/purge-deprecated-workflow-runs@main
- pinning to a commit-hash
- uses: otto-de/purge-deprecated-workflow-runs@ac16d8811b992d9a7c42c60d1011526ed4fdcff9 ## v2.1.1
Implementation changes
- Refactors action sourcecode to typescript by @hanseartic in #39
- Finalize v3 changes by @hanseartic in #52
Chores
- Bump @types/node from 22.10.2 to 22.10.10 by @dependabot in #44, #50, #51
- Bump typescript from 5.7.2 to 5.7.3 by @dependabot in #45
- Bump undici from 5.28.4 to 5.28.5 by @dependabot in #49
- Bump @octokit/rest from 21.0.2 to 21.1.0 by @dependabot in #46
Full Changelog: v2.2.0...v3.0.0
2.2.0
Deprecation notice
This release does not introduce functional changes. It's used to announce deprecations / upcoming breaking changes.
The default value of the remove-obsolete
(currently true
) will change to false
in the upcoming major version as breaking change.
If you are using the action to implicitly remove orphaned workflow runs you need to change that to explicit handling (i.e. set remove-obsolete: true
within the with
section):
jobs:
purge_orphaned_workflows:
runs-on: ubuntu-latest
steps:
- - uses: otto-de/purge-deprecated-workflow-runs@v2
+ - uses: otto-de/purge-deprecated-workflow-runs@v3
with:
+ remove-obsolete: true
token: ${{ github.token }}
The action will only be usable by release-versions (e.g. @v2.1
). Other ways of referring to the action will stop working.
- following a branch
- uses: otto-de/purge-deprecated-workflow-runs@main
- pinning to a commit-hash
- uses: otto-de/purge-deprecated-workflow-runs@ac16d8811b992d9a7c42c60d1011526ed4fdcff9 ## v2.1.1
What's Changed
- Prepare major bump by @hanseartic in #41
Full Changelog: v2.1.1...v2.2.0
2.1.1 ⬆️ update dependencies
What's Changed
- Bump @octokit/rest from 20.1.1 to 21.0.2 by @dependabot in #35
- Bump @actions/core from 1.10.1 to 1.11.1 by @dependabot in #38
Full Changelog: v2.1.0...v2.1.1
v2.1.1-dev
What's Changed
- Bump @octokit/rest from 20.1.1 to 21.0.2 by @dependabot in #35
Full Changelog: v2.1.0...v2.1.1-dev
Delete by age
What's Changed
- Bump undici from 5.28.3 to 5.28.4 by @dependabot in #30
- Bump @octokit/rest from 20.0.2 to 20.1.1 by @dependabot in #31
- Update SECURITY.md by @hanseartic in #32
- New input: allow deletion of workflows older than a given timeframe by @hanseartic in #37
Full Changelog: v2.0.4...v2.1.0
2.0.4 ⬆️ update dependencies
What's Changed
- Bump undici from 5.27.2 to 5.28.3 by @dependabot in #28
Full Changelog: v2.0.3...v2.0.4
2.0.3 ⬆️ update dependencies
What's Changed
- Bump undici from 5.25.4 to 5.27.2 by @dependabot in #27
Full Changelog: v2.0.2...v2.0.3
2.0.2 ⬆️ update dependencies
What's Changed
- Bump @actions/core from 1.10.0 to 1.10.1 by @dependabot in #19
- adds gh actions to dependabot monitoring by @hanseartic in #20
- fixes dependabot by @hanseartic in #21
- Bump otto-de/purge-deprecated-workflow-runs from 1 to 2 by @dependabot in #23
- Bump actions/checkout from 3 to 4 by @dependabot in #22
- Bump @octokit/rest from 20.0.1 to 20.0.2 by @dependabot in #24
- Bump actions/setup-node from 3 to 4 by @dependabot in #26
- Bump @actions/github from 5.1.1 to 6.0.0 by @dependabot in #25
Full Changelog: v2.0.1...v2.0.2