Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2025

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

Release notes

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

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

Full Changelog: otto-de/purge-deprecated-workflow-runs@v2.2.0...v3.0.0

Commits

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)

@github-actions
Copy link

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

@dependabot dependabot bot force-pushed the dependabot/github_actions/otto-de/purge-deprecated-workflow-runs-3.0.0 branch from d6a1bfc to db3fedd Compare January 27, 2025 05:56
@github-actions
Copy link

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

@dependabot dependabot bot force-pushed the dependabot/github_actions/otto-de/purge-deprecated-workflow-runs-3.0.0 branch from db3fedd to 7333c44 Compare January 27, 2025 06:42
@github-actions
Copy link

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

@dependabot dependabot bot force-pushed the dependabot/github_actions/otto-de/purge-deprecated-workflow-runs-3.0.0 branch from 7333c44 to 19a8956 Compare January 27, 2025 07:13
@github-actions
Copy link

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

Bumps [otto-de/purge-deprecated-workflow-runs](https://github.com/otto-de/purge-deprecated-workflow-runs) from 2.2.0 to 3.0.0.
- [Release notes](https://github.com/otto-de/purge-deprecated-workflow-runs/releases)
- [Commits](otto-de/purge-deprecated-workflow-runs@8643c9c...d3ac5fe)

---
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>
@dependabot dependabot bot force-pushed the dependabot/github_actions/otto-de/purge-deprecated-workflow-runs-3.0.0 branch from 19a8956 to ed5365f Compare January 27, 2025 07:29
@github-actions
Copy link

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

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 3, 2025

Superseded by #86.

@dependabot dependabot bot closed this Feb 3, 2025
@dependabot dependabot bot deleted the dependabot/github_actions/otto-de/purge-deprecated-workflow-runs-3.0.0 branch February 3, 2025 05:06
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.

2 participants