Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump otto-de/purge-deprecated-workflow-runs from 2.2.0 to 3.0.1 in /.github/workflows #1180

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

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

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

Chores

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

Commits
  • 1b10448 Release
  • 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)
  • 1be0891 Bump @​types/node from 22.10.5 to 22.10.9 (#50)
  • a5c785d Bump undici from 5.28.4 to 5.28.5 (#49)
  • 9ec5ea8 Bump typescript from 5.7.2 to 5.7.3 (#45)
  • 15c99a9 Bump @​types/node from 22.10.2 to 22.10.5 (#44)
  • 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.1.
- [Release notes](https://github.com/otto-de/purge-deprecated-workflow-runs/releases)
- [Commits](otto-de/purge-deprecated-workflow-runs@v2.2.0...v3.0.1)

---
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] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jan 29, 2025
@jgadsden jgadsden self-requested a review January 29, 2025 18:49
@jgadsden jgadsden added automation and removed github_actions Pull requests that update GitHub Actions code labels Jan 29, 2025
@jgadsden jgadsden marked this pull request as draft January 29, 2025 18:49
Copy link
Collaborator

@jgadsden jgadsden left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

version 3.0.1 has come out very soon after 3.0.0, so wait to see if this version remains stable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant