Skip to content

chore(deps): bump softprops/action-gh-release from 2.6.2 to 3.0.0#953

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/softprops/action-gh-release-3.0.0
Open

chore(deps): bump softprops/action-gh-release from 2.6.2 to 3.0.0#953
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/softprops/action-gh-release-3.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 3, 2026

Copy link
Copy Markdown
Contributor

Bumps softprops/action-gh-release from 2.6.2 to 3.0.0.

Release notes

Sourced from softprops/action-gh-release's releases.

v3.0.0

3.0.0 is a major release that moves the action runtime from Node 20 to Node 24. Use v3 on 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 on v2.6.2.

What's Changed

Other Changes 🔄

  • Move the action runtime and bundle target to Node 24
  • Update @types/node to the Node 24 line and allow future Dependabot updates
  • Keep the floating major tag on v3; v2 remains pinned to the latest 2.x release
Changelog

Sourced from softprops/action-gh-release's changelog.

3.0.1

  • maintenance release with updated dependencies

3.0.0

3.0.0 is a major release that moves the action runtime from Node 20 to Node 24. Use v3 on 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 on v2.6.2.

What's Changed

Other Changes 🔄

  • Move the action runtime and bundle target to Node 24
  • Update @types/node to the Node 24 line and allow future Dependabot updates
  • Keep the floating major tag on v3; v2 remains pinned to the latest 2.x release

2.6.2

What's Changed

Other Changes 🔄

2.6.1

2.6.1 is a patch release focused on restoring linked discussion thread creation when discussion_category_name is 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 🐛

2.6.0

2.6.0 is a minor release centered on previous_tag support for generate_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, a working_directory docs 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.

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 3, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 3, 2026 23:59
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 3, 2026
@github-actions

github-actions Bot commented Jun 4, 2026

Copy link
Copy Markdown
Contributor
Title Lines Statements Branches Functions
contracts Coverage: 94%
93.73% (509/543) 87.25% (226/259) 94.73% (108/114)
dapp-connector-proof-provider Coverage: 94%
93.73% (509/543) 87.25% (226/259) 94.73% (108/114)
fetch-zk-config-provider Coverage: 100%
100% (25/25) 80% (12/15) 100% (6/6)
http-client-proof-provider Coverage: 81%
81.81% (36/44) 93.33% (14/15) 66.66% (6/9)
indexer-public-data-provider Coverage: 64%
65.78% (198/301) 58.66% (88/150) 53.78% (64/119)
level-private-state-provider Coverage: 93%
93.04% (589/633) 82.82% (246/297) 100% (86/86)
logger-provider Coverage: 100%
100% (15/15) 100% (0/0) 100% (8/8)
midnight-js Coverage: 100%
100% (0/0) 100% (0/0) 100% (0/0)
node-zk-config-provider Coverage: 94%
94.11% (16/17) 80% (4/5) 100% (5/5)
utils Coverage: 99%
98.03% (250/255) 95% (152/160) 95.74% (45/47)

@github-actions

github-actions Bot commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

Unit Test Results - MidnightJS

   28 files  ±0    118 suites  ±0   5m 44s ⏱️ +2s
  968 tests ±0    966 ✅ ±0  2 💤 ±0  0 ❌ ±0 
1 954 runs  ±0  1 950 ✅ ±0  4 💤 ±0  0 ❌ ±0 

Results for commit 37d18a4. ± Comparison against base commit f33743c.

♻️ This comment has been updated with latest results.

@dependabot dependabot Bot force-pushed the dependabot/github_actions/softprops/action-gh-release-3.0.0 branch from af0303a to 693dbd1 Compare June 5, 2026 18:29
@dependabot dependabot Bot force-pushed the dependabot/github_actions/softprops/action-gh-release-3.0.0 branch from 693dbd1 to b744342 Compare June 16, 2026 10:30
@dependabot dependabot Bot force-pushed the dependabot/github_actions/softprops/action-gh-release-3.0.0 branch from b744342 to 07e5427 Compare June 23, 2026 12:37
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.6.2 to 3.0.0.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](softprops/action-gh-release@3bb1273...b430933)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/softprops/action-gh-release-3.0.0 branch from 07e5427 to 37d18a4 Compare June 25, 2026 08:51
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