chore(deps): Bump the development-dependencies group with 4 updates by dependabot[bot] · Pull Request #161 · go-openapi/ci-workflows (original) (raw)
Bumps the development-dependencies group with 4 updates: peter-evans/create-pull-request, actions/upload-artifact, taiki-e/install-action and softprops/action-gh-release.
Updates peter-evans/create-pull-request from 8.1.0 to 8.1.1
Release notes
Sourced from peter-evans/create-pull-request's releases.
Create Pull Request v8.1.1
What's Changed
- build(deps-dev): bump the npm group with 2 updates by @dependabot[bot] in peter-evans/create-pull-request#4305
- build(deps): bump minimatch by @dependabot[bot] in peter-evans/create-pull-request#4311
- build(deps): bump the github-actions group with 2 updates by @dependabot[bot] in peter-evans/create-pull-request#4316
- build(deps): bump
@tootallnate/onceand jest-environment-jsdom by @dependabot[bot] in peter-evans/create-pull-request#4323- build(deps-dev): bump undici from 6.23.0 to 6.24.0 by @dependabot[bot] in peter-evans/create-pull-request#4328
- build(deps-dev): bump flatted from 3.3.1 to 3.4.2 by @dependabot[bot] in peter-evans/create-pull-request#4334
- build(deps): bump picomatch by @dependabot[bot] in peter-evans/create-pull-request#4339
- build(deps-dev): bump handlebars from 4.7.8 to 4.7.9 by @dependabot[bot] in peter-evans/create-pull-request#4344
- build(deps-dev): bump the npm group with 3 updates by @dependabot[bot] in peter-evans/create-pull-request#4349
- fix: retry post-creation API calls on 422 eventual consistency errors by @peter-evans in peter-evans/create-pull-request#4356
Full Changelog: peter-evans/create-pull-request@v8.1.0...v8.1.1
Commits
- 5f6978f fix: retry post-creation API calls on 422 eventual consistency errors (#4356)
- d32e88d build(deps-dev): bump the npm group with 3 updates (#4349)
- 8170bcc build(deps-dev): bump handlebars from 4.7.8 to 4.7.9 (#4344)
- 0041819 build(deps): bump picomatch (#4339)
- b993918 build(deps-dev): bump flatted from 3.3.1 to 3.4.2 (#4334)
- 36d7c84 build(deps-dev): bump undici from 6.23.0 to 6.24.0 (#4328)
- a45d1fb build(deps): bump
@tootallnate/onceand jest-environment-jsdom (#4323) - 3499eb6 build(deps): bump the github-actions group with 2 updates (#4316)
- 3f3b473 build(deps): bump minimatch (#4311)
- 6699836 build(deps-dev): bump the npm group with 2 updates (#4305)
- See full diff in compare view
Updates actions/upload-artifact from 7.0.0 to 7.0.1
Release notes
Sourced from actions/upload-artifact's releases.
v7.0.1
What's Changed
- Update the readme with direct upload details by @danwkennedy in actions/upload-artifact#795
- Readme: bump all the example versions to v7 by @danwkennedy in actions/upload-artifact#796
- Include changes in typespec/ts-http-runtime 0.3.5 by @yacaovsnc in actions/upload-artifact#797
Full Changelog: actions/upload-artifact@v7...v7.0.1
Commits
- 043fb46 Merge pull request #797 from actions/yacaovsnc/update-dependency
- 634250c Include changes in typespec/ts-http-runtime 0.3.5
- e454baa Readme: bump all the example versions to v7 (#796)
- 74fad66 Update the readme with direct upload details (#795)
- See full diff in compare view
Updates taiki-e/install-action from 2.75.3 to 2.75.7
Release notes
Sourced from taiki-e/install-action's releases.
2.75.7
- Update
covgate@latestto 0.1.4.- Update
wasm-bindgen@latestto 0.2.118.2.75.6
- Update
mise@latestto 2026.4.8.- Update
cargo-deny@latestto 0.19.1.2.75.5
- Update
biome@latestto 2.4.11.- Update
wasmtime@latestto 43.0.1.- Update
uv@latestto 0.11.6.- Update
mise@latestto 2026.4.7.- Update
gungraun-runner@latestto 0.18.0.2.75.4
Changelog
Sourced from taiki-e/install-action's changelog.
Changelog
All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
[Unreleased]
- Update
cargo-binstall@latestto 1.18.0.- Update
vacuum@latestto 0.25.6.- Update
gungraun-runner@latestto 0.18.1.[2.75.7] - 2026-04-11
- Update
covgate@latestto 0.1.4.- Update
wasm-bindgen@latestto 0.2.118.[2.75.6] - 2026-04-11
- Update
mise@latestto 2026.4.8.- Update
cargo-deny@latestto 0.19.1.[2.75.5] - 2026-04-10
- Update
biome@latestto 2.4.11.- Update
wasmtime@latestto 43.0.1.- Update
uv@latestto 0.11.6.- Update
mise@latestto 2026.4.7.- Update
gungraun-runner@latestto 0.18.0.[2.75.4] - 2026-04-10
... (truncated)
Commits
- 0abfcd5 Release 2.75.7
- cf81fe3 Update
covgate@latestto 0.1.4 - e8aec85 Update
wasm-bindgen@latestto 0.2.118 - d053c7f Release 2.75.6
- 9019f2e Update
mise@latestto 2026.4.8 - 1b07fb7 Update
cargo-deny@latestto 0.19.1 - be1e8a8 Update vacuum manifest
- 1cc7501 Update gungraun-runner manifest
- 44afe62 Update covgate manifest
- 7a4939c Release 2.75.5
- Additional commits viewable in compare view
Updates softprops/action-gh-release from 2.6.1 to 3.0.0
Release notes
Sourced from softprops/action-gh-release's releases.
v3.0.0
3.0.0is a major release that moves the action runtime from Node 20 to Node 24. Usev3on GitHub-hosted runners and self-hosted fleets that already support the Node 24 Actions runtime. If you still need the last Node 20-compatible line, stay onv2.6.2.What's Changed
Other Changes 🔄
- Move the action runtime and bundle target to Node 24
- Update
@types/nodeto the Node 24 line and allow future Dependabot updates- Keep the floating major tag on
v3;v2remains pinned to the latest2.xreleasev2.6.2
What's Changed
Other Changes 🔄
- chore(deps): bump picomatch from 4.0.3 to 4.0.4 by @dependabot[bot] in softprops/action-gh-release#775
- chore(deps): bump brace-expansion from 5.0.4 to 5.0.5 by @dependabot[bot] in softprops/action-gh-release#777
- chore(deps): bump vite from 8.0.0 to 8.0.5 by @dependabot[bot] in softprops/action-gh-release#781
Full Changelog: softprops/action-gh-release@v2...v2.6.2
Changelog
Sourced from softprops/action-gh-release's changelog.
3.0.0
3.0.0is a major release that moves the action runtime from Node 20 to Node 24. Usev3on GitHub-hosted runners and self-hosted fleets that already support the Node 24 Actions runtime. If you still need the last Node 20-compatible line, stay onv2.6.2.What's Changed
Other Changes 🔄
- Move the action runtime and bundle target to Node 24
- Update
@types/nodeto the Node 24 line and allow future Dependabot updates- Keep the floating major tag on
v3;v2remains pinned to the latest2.xrelease2.6.2
What's Changed
Other Changes 🔄
- chore(deps): bump picomatch from 4.0.3 to 4.0.4 by @dependabot[bot] in softprops/action-gh-release#775
- chore(deps): bump brace-expansion from 5.0.4 to 5.0.5 by @dependabot[bot] in softprops/action-gh-release#777
- chore(deps): bump vite from 8.0.0 to 8.0.5 by @dependabot[bot] in softprops/action-gh-release#781
2.6.1
2.6.1is a patch release focused on restoring linked discussion thread creation whendiscussion_category_nameis set. It fixes[#764](https://github.com/softprops/action-gh-release/issues/764), where the draft-first publish flow stopped carrying the discussion category through the final publish step.If you still hit an issue after upgrading, please open a report with the bug template and include a minimal repro or sanitized workflow snippet where possible.
What's Changed
Bug fixes 🐛
- fix: preserve discussion category on publish by @chenrui333 in softprops/action-gh-release#765
2.6.0
2.6.0is a minor release centered onprevious_tagsupport forgenerate_release_notes, which lets workflows pin GitHub's comparison base explicitly instead of relying on the default range. It also includes the recent concurrent asset upload recovery fix, aworking_directorydocs sync, a checked-bundle freshness guard for maintainers, and clearer immutable-prerelease guidance where GitHub platform behavior imposes constraints on how prerelease asset uploads can be published.If you still hit an issue after upgrading, please open a report with the bug template and include a minimal repro or sanitized workflow snippet where possible.
What's Changed
... (truncated)
Commits
- b430933 release: cut v3.0.0 for Node 24 upgrade (#670)
- c2e35e0 chore(deps): bump the npm group across 1 directory with 7 updates (#783)
- 3bb1273 release 2.6.2
- c34030f chore: bump node to 24.14.1
- 8975bd0 chore(deps): bump vite from 8.0.0 to 8.0.5 (#781)
- f71937f chore(deps): bump brace-expansion from 5.0.4 to 5.0.5 (#777)
- 3f0d239 chore(deps): bump picomatch from 4.0.3 to 4.0.4 (#775)
- See full diff in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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