Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2025

Bumps otto-de/purge-deprecated-workflow-runs from 2.2.0 to 3.0.2.

Release notes

Sourced from otto-de/purge-deprecated-workflow-runs's releases.

3.0.2 ⬆️ update dependencies

What's Changed

🧺 Chores

Full Changelog: otto-de/purge-deprecated-workflow-runs@v3.0.1...v3.0.2

3.0.1 ⬆️ update dependencies

What's Changed

🧺 Chores

Full Changelog: otto-de/purge-deprecated-workflow-runs@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/purge-deprecated-workflow-runs@v3.0.0
        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

Chores

... (truncated)

Commits
  • 6716a08 Release
  • 75795c5 Bump otto-de/purge-deprecated-workflow-runs from 3.0.0 to 3.0.1 (#56)
  • bc838f6 Bump @​octokit/plugin-paginate-rest from 9.0.0 to 9.2.2 (#61)
  • ad3121c Bump @​octokit/rest from 21.1.0 to 21.1.1 (#60)
  • 549395c Bump @​types/node from 22.12.0 to 22.13.4 (#59)
  • d4b00e1 Bump @​types/node from 22.10.10 to 22.12.0 (#54)
  • 6b4e1c8 Bump otto-de/purge-deprecated-workflow-runs from 2 to 3 (#53)
  • 5f67c1a Finalize v3 changes (#52)
  • c38a137 Bump @​types/node from 22.10.9 to 22.10.10 (#51)
  • 058c510 Bump @​octokit/rest from 21.0.2 to 21.1.0 (#46)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [otto-de/purge-deprecated-workflow-runs](https://github.com/otto-de/purge-deprecated-workflow-runs) from 2.2.0 to 3.0.2.
- [Release notes](https://github.com/otto-de/purge-deprecated-workflow-runs/releases)
- [Commits](otto-de/purge-deprecated-workflow-runs@8643c9c...6716a08)

---
updated-dependencies:
- dependency-name: otto-de/purge-deprecated-workflow-runs
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link

github-actions bot commented Mar 3, 2025

I'm NOT automatically merging this PR because it includes a major update of a dependency

@lupraxus lupraxus merged commit 122faf2 into master Mar 5, 2025
@lupraxus lupraxus deleted the dependabot/github_actions/otto-de/purge-deprecated-workflow-runs-3.0.2 branch March 5, 2025 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

1 participant