Skip to content

Bump igorjs/gh-actions-clean-workflow from 7.0.1 to 8.0.0 in the gh_actions_group group - #32

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/gh_actions_group-9f9cd94546
Open

Bump igorjs/gh-actions-clean-workflow from 7.0.1 to 8.0.0 in the gh_actions_group group#32
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/gh_actions_group-9f9cd94546

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 8, 2026

Copy link
Copy Markdown
Contributor

Bumps the gh_actions_group group with 1 update: igorjs/gh-actions-clean-workflow.

Updates igorjs/gh-actions-clean-workflow from 7.0.1 to 8.0.0

Release notes

Sourced from igorjs/gh-actions-clean-workflow's releases.

v8

Breaking

  • Removed the deprecated days_old input. It had been silently ignored since v7.0.1 (the action always used runs_older_than). Use runs_older_than instead.
  • Removed the deprecated result output. It had never been written since v7.0.1; the metrics output has always been runs-deleted. Use runs-deleted instead.

Fixed

  • A bare 403 now fails fast with an actionable message instead of retrying for up to four minutes. Only a 403 carrying a Retry-After header (GitHub's secondary rate limit signal) is treated as a rate limit.
  • Confirmed token validation handles GitHub's new stateless ghs_ installation token format.

Added

  • A second, non-coverage-gated E2E/stress test suite (test/e2e/) that spawns the real compiled dist/index.js against a local mock GitHub API server, proving pagination, retry, and circuit-breaker logic survive esbuild bundling. A new e2e-tests CI job runs it on every push/PR (not yet a required check, pending a soak-in period).

See CHANGELOG.md for the full "Upgrading from v7 to v8" guide.

Full Changelog: igorjs/gh-actions-clean-workflow@v7.0.1...v8

Commits
  • b910eb3 chore(release): add v8 changelog and upgrade guide (#336)
  • 45be35e fix(ci): allow api.github.com in e2e harden-runner egress (#335)
  • 65648a4 ci: add non-blocking e2e-tests job and document suites (#334)
  • 36740c8 test(e2e): add subprocess smoke test for dist build (#333)
  • 9bf6295 feat(e2e): add local mock GitHub API server for e2e tests (#332)
  • c78091a test: add sustained stress scenarios for retry, circuit breaker (#331)
  • b6a9317 test(api): add boundary and stress test scenarios (#330)
  • eac7219 test: add stress-test helpers, exclude e2e from vitest run (#329)
  • 6d7f8be refactor: convert CircuitState enum to erasable union type (#328)
  • a129e8a chore: remove dead HTTP_STATUS.NOT_FOUND, harden index-signature access, use ...
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the gh_actions_group group with 1 update: [igorjs/gh-actions-clean-workflow](https://github.com/igorjs/gh-actions-clean-workflow).


Updates `igorjs/gh-actions-clean-workflow` from 7.0.1 to 8.0.0
- [Release notes](https://github.com/igorjs/gh-actions-clean-workflow/releases)
- [Changelog](https://github.com/igorjs/gh-actions-clean-workflow/blob/main/CHANGELOG.md)
- [Commits](igorjs/gh-actions-clean-workflow@5fa2e3a...b910eb3)

---
updated-dependencies:
- dependency-name: igorjs/gh-actions-clean-workflow
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gh_actions_group
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants