Skip to content

build(deps): Bump igorjs/gh-actions-clean-workflow from 7.0.1 to 8.0.0 - #1195

Merged
igorpecovnik merged 1 commit into
mainfrom
dependabot/github_actions/igorjs/gh-actions-clean-workflow-8.0.0
Sep 7, 2026
Merged

build(deps): Bump igorjs/gh-actions-clean-workflow from 7.0.1 to 8.0.0#1195
igorpecovnik merged 1 commit into
mainfrom
dependabot/github_actions/igorjs/gh-actions-clean-workflow-8.0.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps 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 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)

Create docs preview on PR

Documentation website preview will be available shortly:


 Open WWW preview 

Bumps [igorjs/gh-actions-clean-workflow](https://github.com/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
...

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 7, 2026
@github-actions github-actions Bot added size/small PR with less then 50 lines Needs review Seeking for review GitHub Actions GitHub Actions code labels Sep 7, 2026
github-actions Bot pushed a commit that referenced this pull request Sep 7, 2026
@igorpecovnik
igorpecovnik merged commit e2a7751 into main Sep 7, 2026
13 checks passed
@igorpecovnik
igorpecovnik deleted the dependabot/github_actions/igorjs/gh-actions-clean-workflow-8.0.0 branch September 7, 2026 07:51
github-actions Bot pushed a commit that referenced this pull request Sep 7, 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 GitHub Actions code github_actions Pull requests that update GitHub Actions code Needs review Seeking for review size/small PR with less then 50 lines

Development

Successfully merging this pull request may close these issues.

1 participant