Skip to content

Bump kachick/wait-other-jobs from 3 to 4#193

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/kachick/wait-other-jobs-4
Open

Bump kachick/wait-other-jobs from 3 to 4#193
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/kachick/wait-other-jobs-4

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Feb 2, 2026

Bumps kachick/wait-other-jobs from 3 to 4.

Release notes

Sourced from kachick/wait-other-jobs's releases.

v4.0.0

What's Changed

  • Support event-list to wait only for same event jobs by default (e.g. push -> push): #998
  • Change default delay and intervals: #1148
  • Drop to support key-value format in startupGracePeriod: #1149
  • Drop deprecated options: wait-seconds-before-first-polling and min-interval-seconds
  • Deprecate eventName in favor of eventNames in wait-list and skip-list
  • Update action engine to Node.js v24
  • Allow comments and trailing commas in JSON inputs

Full Changelog: kachick/wait-other-jobs@v3.8.1...v4.0.0 Migration guide for V3 user

v3.8.1

What's Changed

  • dependency updates

Full Changelog: kachick/wait-other-jobs@v3.8.0...v3.8.1

v3.8.0

What's Changed

Full Changelog: kachick/wait-other-jobs@v3.7.0...v3.8.0

v3.7.0

What's Changed

Feat

Chore

Full Changelog: kachick/wait-other-jobs@v3.6.0...v3.7.0

v3.6.0

What's Changed

... (truncated)

Changelog

Sourced from kachick/wait-other-jobs's changelog.

CHANGELOG

This file only records notable changes. Not synchronized with all releases and tags.

  • v4.0.0 # See also migration guide
    • Support event-list to wait only for same event jobs by default (e.g. push -> push): #998
    • Change default delay and intervals: #1148
    • Drop to support key-value format in startupGracePeriod: #1149
    • Drop deprecated options: wait-seconds-before-first-polling and min-interval-seconds
    • Deprecate eventName in favor of eventNames in wait-list and skip-list
    • Update action engine to Node.js v24
    • Allow comments and trailing commas in JSON inputs
  • v3.8.0
    • Deprecate some options to prepare v4: #1045
    • Add outputs.parameters
  • v3.7.0
    • Begins outputting job summary: #1026
  • v3.6.0
    • Make it possible to start the first polling immediately: #995
  • v3.5.0
    • Support GitHub Enterprise: #618
  • v3.4.1
    • Fix to support .yaml pattern for workflow path: #930
  • v3.4.0
    • Add jobMatchMode option for both the wait and skip lists. It typically helps to use matrix: #761
    • Add outputs.dump
  • v3.3.0
    • Add startupGracePeriod option in wait-list: #820
    • Restrict warmup-delay if it is too short as zero or shorter than startupGracePeriod
  • v3.2.0
    • Add eventName option in wait-list: #771
  • v3.1.0
    • Add optional option in wait-list: #762
    • Refine inputs validations and the messages: #766
  • v3.0.0
    • Wait other jobs which defined in same workflow by default: #754
      You can change this behavior with new option skip-same-workflow: 'true'
    • Validate if the checkRun for the wait-list specified name is not found: #760
  • v2.0.2
    • Allow some neutral patterns: 93299c
  • v2.0.0
    • Add options for list-based waiting with replacing to GraphQL API: #474, #574
    • Update action engine to Node.js v20: #586, #564
    • Change default intervals and the determined logics: #596, 15456c0
  • v1.3.0
    • Provide default value for github-token: #523
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)

Bumps [kachick/wait-other-jobs](https://github.com/kachick/wait-other-jobs) from 3 to 4.
- [Release notes](https://github.com/kachick/wait-other-jobs/releases)
- [Changelog](https://github.com/kachick/wait-other-jobs/blob/main/CHANGELOG.md)
- [Commits](kachick/wait-other-jobs@v3...v4)

---
updated-dependencies:
- dependency-name: kachick/wait-other-jobs
  dependency-version: '4'
  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 Feb 2, 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