chore(deps): update getsentry/action-release action to v3 - #55
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/getsentry-action-release-3.x
branch
from
March 7, 2025 23:54
cd81948 to
c884df4
Compare
renovate
Bot
force-pushed
the
renovate/getsentry-action-release-3.x
branch
from
March 21, 2025 20:09
c884df4 to
103f27e
Compare
renovate
Bot
force-pushed
the
renovate/getsentry-action-release-3.x
branch
from
June 21, 2025 23:58
103f27e to
47d695c
Compare
renovate
Bot
force-pushed
the
renovate/getsentry-action-release-3.x
branch
from
June 29, 2025 08:04
47d695c to
f01b8ec
Compare
renovate
Bot
force-pushed
the
renovate/getsentry-action-release-3.x
branch
from
September 22, 2025 16:16
f01b8ec to
4413f96
Compare
renovate
Bot
force-pushed
the
renovate/getsentry-action-release-3.x
branch
from
November 3, 2025 23:09
4413f96 to
f090323
Compare
renovate
Bot
force-pushed
the
renovate/getsentry-action-release-3.x
branch
from
January 3, 2026 08:06
f090323 to
0f49884
Compare
renovate
Bot
force-pushed
the
renovate/getsentry-action-release-3.x
branch
from
March 31, 2026 17:15
0f49884 to
a595ec9
Compare
renovate
Bot
force-pushed
the
renovate/getsentry-action-release-3.x
branch
from
May 1, 2026 06:21
a595ec9 to
acf9a56
Compare
renovate
Bot
force-pushed
the
renovate/getsentry-action-release-3.x
branch
from
May 13, 2026 19:58
acf9a56 to
3f8a112
Compare
renovate
Bot
force-pushed
the
renovate/getsentry-action-release-3.x
branch
from
May 28, 2026 04:11
3f8a112 to
d44ae1d
Compare
renovate
Bot
force-pushed
the
renovate/getsentry-action-release-3.x
branch
from
June 4, 2026 04:03
d44ae1d to
b08c34c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.3.1→v3.7.0Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
getsentry/action-release (getsentry/action-release)
v3.7.0: 3.7.0Compare Source
New Features ✨
v3.6.1: 3.6.1Compare Source
Bug Fixes 🐛
Documentation 📚
Internal Changes 🔧
dotagentsby @andreiborza in #314v3.6.0: 3.6.0Compare Source
Internal Changes 🔧
Deps
Release
Other
v3.5.0: 3.5.0Compare Source
New Features ✨
Deps
Build / dependencies / internal 🔧
v3.4.0: 3.4.0Compare Source
Work in this release was contributed by @trevorkwhite. Thank you for your contribution!
v3.3.0: 3.3.0Compare Source
Various fixes & improvements
v3.2.0: 3.2.0Compare Source
Various fixes & improvements
e834095) by @getsantry[bot]ec695e2) by @getsantry[bot]v3.1.2: 3.1.2Compare Source
v3.1.1: 3.1.1Compare Source
urlPrefixto sentry-cli if it's not empty (#275) by @andreiborzav3.1.0: 3.1.0Compare Source
releaseandrelease_prefixin favor ofversionandversion_prefix(#273) by @andreiborzaInput parameter
versionhas been deprecated and will be removed in a future version in favor of a newly introducedreleaseparameter.Input parameter
version_prefixhas been deprecated and will be removed in a future version in favor of a newly introducedrelease_prefixparameter.v3.0.0: 3.0.0Compare Source
Version
3.0.0contains breaking changes:The action now automatically injects Debug IDs into your JavaScript source files and source maps to ensure your stacktraces can be
properly un-minified.
This is a breaking change as it modifies your source files. You can disable this behavior by setting
inject: false:Read more about Artifact Bundles and Debug IDs here.
v2.0.0: 2.0.0Compare Source
Last week we pushed a
v2branch that triggered dependabot which treated it as a release.This was not meant to be a release, but many users have upgraded to
v2.This release will help unblock users that have upgraded to
v2.Please see: #258
v1.11.0: 1.11.0Compare Source
After receiving user feedback both on runtime and compatibility issues for
1.10.0the action has been reworked to use a Docker based approach on Linux runners, mimicking
< 1.9.0versions, while Mac OS and Windows runners will follow the1.10.0approachof installing
@sentry/cliin the run step.v1.10.5: 1.10.5Compare Source
Various fixes & improvements
GITHUB_WORKSPACEa safe git directory (#260) by @andreiborzav1.10.4: 1.10.4Compare Source
Various fixes & improvements
action/setup-nodeinstead of unofficial volta action (#256) by @andreiborzav1.10.3: 1.10.3Compare Source
Various fixes & improvements
v1.10.2: 1.10.2Compare Source
npminstead ofyarnto installsentry-cli(#251)v1.10.1: 1.10.1Compare Source
This release contains changes concerning maintainers of the repo and has no user-facing changes.
v1.10.0Compare Source
We now publish a composite action that runs on all runners. Actions can now be properly versioned, allowing pinning versions from here on out.
v1.9.0Compare Source
What's Changed
Important Changes
injectoption to inject debug ids into source files and sourcemaps (#229)A new option to inject Debug IDs into source files and sourcemaps was added to the action to ensure proper un-minifaction of your stacktraces. We strongly recommend enabling this by setting
inject: truein your action alongside providing a path to sourcemaps.Other Changes
Full Changelog: getsentry/action-release@v1...v1.9.0
v1.8.0Compare Source
@sentry/node#213The action sends telemetry data and crash reports to Sentry. This helps us improve the action. You can turn this off by setting
disable_telemetry.v1.7.0Compare Source
v1.6.0Compare Source
Reverts the PR attempting to update the CLI to v2.x
v1.5.0Compare Source
v1.4.1Compare Source
What's Changed
Full Changelog: getsentry/action-release@v1.4.0...v1.4.1
v1.4.0: releaseCompare Source
What's Changed
diston sourcemaps by @tanyagray in #125New Contributors
Full Changelog: getsentry/action-release@v1.3.1...v1.4.0
Configuration
📅 Schedule: (in timezone Europe/Amsterdam)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.