Skip to content

chore(deps): update softprops/action-gh-release action to v3 - #42

Merged
nicobistolfi merged 1 commit into
mainfrom
renovate/softprops-action-gh-release-3.x
Aug 11, 2026
Merged

chore(deps): update softprops/action-gh-release action to v3#42
nicobistolfi merged 1 commit into
mainfrom
renovate/softprops-action-gh-release-3.x

Conversation

@renovate

@renovate renovate Bot commented Apr 12, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
softprops/action-gh-release action major v2v3

Release Notes

softprops/action-gh-release (softprops/action-gh-release)

v3.0.2

Compare Source

3.0.2 is a patch release focused on release reliability and compatibility. It
reuses existing draft releases when publishing prereleases, supports replacing
release assets on Gitea, hardens streamed asset uploads, and provides clearer
release-creation diagnostics. It also includes TypeScript, coverage, and tooling
maintenance merged since 3.0.1.

This release fixes #​795, #​438, and #​803. The upload transport hardening covers the
historical failure reported in #​790, although current hosted Node 24 runners did
not reproduce it naturally. The diagnostics work is related to #​786 and does not
claim a reproducible release-creation fix.

What's Changed
Exciting New Features 🎉
Bug fixes 🐛
Other Changes 🔄

v3.0.1

Compare Source

3.0.1

  • maintenance release with updated dependencies

v3.0.0

Compare Source

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

v3

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@sonarqubecloud

Copy link
Copy Markdown

@github-actions

github-actions Bot commented Apr 12, 2026

Copy link
Copy Markdown

📊 Benchmark & Profile Results

Performance Summary

  • Throughput: N/A paragraphs/second
  • Mean time per paragraph: N/A
  • Nanoseconds per operation: 395048 ns/op

🔍 Interactive Profile Visualizations

View the interactive profile graphs directly in your browser:

📈 View CPU Profile →

  • Download the artifact benchmark-profiles-1ed2d01e67dd7cf8d6798e6b60b126010582e433
  • Open cpu_profile.html in your browser

💾 View Memory Profile →

  • Download the artifact benchmark-profiles-1ed2d01e67dd7cf8d6798e6b60b126010582e433
  • Open memory_profile.html in your browser

CPU Profile (Top 20)

File: deidentify.test
Build ID: f1b10fe871506f484c4d7c44a8c8012b97f0043d
Type: cpu
Time: 2026-08-11 17:40:56 UTC
Duration: 77.97s, Total samples = 191.62s (245.75%)
Showing nodes accounting for 184.46s, 96.26% of 191.62s total
Dropped 300 nodes (cum <= 0.96s)
Showing top 20 nodes out of 50
      flat  flat%   sum%        cum   cum%
    52.06s 27.17% 27.17%     59.21s 30.90%  regexp.(*machine).add
    32.43s 16.92% 44.09%     64.48s 33.65%  regexp.(*Regexp).tryBacktrack
    25.15s 13.12% 57.22%     71.78s 37.46%  regexp.(*machine).step
    21.95s 11.45% 68.67%     38.83s 20.26%  regexp/syntax.(*Inst).MatchRunePos
    16.75s  8.74% 77.41%     16.88s  8.81%  unicode.SimpleFold
     9.07s  4.73% 82.15%      9.09s  4.74%  regexp.(*bitState).shouldVisit (inline)
     4.48s  2.34% 84.48%      7.2...

Memory Profile (Top 20)

File: deidentify.test
Build ID: f1b10fe871506f484c4d7c44a8c8012b97f0043d
Type: alloc_space
Time: 2026-08-11 17:42:44 UTC
Showing nodes accounting for 1155.35MB, 99.14% of 1165.36MB total
Dropped 40 nodes (cum <= 5.83MB)
Showing top 20 nodes out of 33
      flat  flat%   sum%        cum   cum%
  384.10MB 32.96% 32.96%   839.76MB 72.06%  regexp.(*Regexp).replaceAll
  323.59MB 27.77% 60.73%  1163.35MB 99.83%  regexp.(*Regexp).ReplaceAllStringFunc
  245.72MB 21.09% 81.81%   245.72MB 21.09%  regexp.(*Regexp).get
  155.55MB 13.35% 95.16%   183.41MB 15.74%  regexp.(*Regexp).ReplaceAllStringFunc.func1
      26MB  2.23% 97.39%       26MB  2.23%  regexp.(*machine).alloc (inline)
   13.88MB  1.19% 98.58%    13.88MB  1.19%  regexp.(*bitState).reset
       3MB  0.26% 98.84%    27.01MB  2.32%  regexp.(*...

📥 All Artifacts Available

Download the complete profiling package from the workflow artifacts:

  • 🌐 HTML Reports: cpu_profile.html, memory_profile.html (interactive visualizations)
  • 📊 Graphs: CPU & Memory SVG/PNG files
  • 📝 Text Reports: Full profiling data in text format
  • 🎯 Focused Analysis: Deidentify-specific function profiling
  • 📋 Raw Profiles: .prof files for custom analysis
Full Benchmark Output
goos: linux
goarch: amd64
pkg: github.com/aliengiraffe/deidentify
cpu: INTEL(R) XEON(R) PLATINUM 8573C
BenchmarkParagraphDeidentification-4           	   91333	    395048 ns/op	   10510 B/op	      48 allocs/op
BenchmarkParagraphDeidentificationParallel-4   	  212896	    169844 ns/op	    8891 B/op	      47 allocs/op
PASS
ok  	github.com/aliengiraffe/deidentify	77.990s
goos: linux
goarch: amd64
pkg: github.com/aliengiraffe/deidentify
cpu: INTEL(R) XEON(R) PLATINUM 8573C
BenchmarkParagraphDeidentification-4           	   30040	    398376 ns/op
BenchmarkParagraphDeidentificationParallel-4   	   71010	    171753 ns/op
PASS
ok  	github.com/aliengiraffe/deidentify	29.957s
goos: linux
goarch: amd64
pkg: github.com/aliengiraffe/deidentify
cpu: INTEL(R) XEON(R) PLATINUM 8573C
BenchmarkParagraphDeidentificationParallel-4   	   69968	    172539 ns/op
PASS
ok  	github.com/aliengiraffe/deidentify	13.846s


Generated by Benchmark & Profile workflow run #31518771605 • Updated: Tue, 11 Aug 2026 17:43:12 GMT

@renovate renovate Bot changed the title Update softprops/action-gh-release action to v3 chore(deps): update softprops/action-gh-release action to v3 Aug 7, 2026
@renovate
renovate Bot force-pushed the renovate/softprops-action-gh-release-3.x branch from 37df0b3 to f2decff Compare August 11, 2026 17:40
@sonarqubecloud

Copy link
Copy Markdown

@codecov

codecov Bot commented Aug 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@nicobistolfi
nicobistolfi self-requested a review August 11, 2026 18:23
@nicobistolfi
nicobistolfi merged commit e1b4d5f into main Aug 11, 2026
8 checks passed
@nicobistolfi
nicobistolfi deleted the renovate/softprops-action-gh-release-3.x branch August 11, 2026 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant