Skip to content

chore(deps): update getsentry/action-release action to v3#103

Merged
TimSchoenle merged 1 commit intomasterfrom
renovate/getsentry-action-release-3.x
Oct 25, 2025
Merged

chore(deps): update getsentry/action-release action to v3#103
TimSchoenle merged 1 commit intomasterfrom
renovate/getsentry-action-release-3.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 3, 2025

This PR contains the following updates:

Package Type Update Change
getsentry/action-release action major v1.7.0 -> v3.3.0

Release Notes

getsentry/action-release (getsentry/action-release)

v3.3.0: 3.3.0

Compare Source

Various fixes & improvements

v3.2.0: 3.2.0

Compare Source

Various fixes & improvements

v3.1.2: 3.1.2

Compare Source

v3.1.1: 3.1.1

Compare Source

v3.1.0: 3.1.0

Compare Source

Input parameter version has been deprecated and will be removed in a future version in favor of a newly introduced release parameter.

Input parameter version_prefix has been deprecated and will be removed in a future version in favor of a newly introduced release_prefix parameter.

v3.0.0: 3.0.0

Compare Source

Version 3.0.0 contains 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:

- uses: getsentry/action-release@v3
  with:
    environment: 'production'
    sourcemaps: './dist'
    inject: false

Read more about Artifact Bundles and Debug IDs here.

v2.0.0: 2.0.0

Compare Source

[!NOTE]
This release contains no changes over v1.10.4 and is just meant to unblock users that have upgraded to v2 before.

We recommend pinning to v1.

Last week we pushed a v2 branch 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.0

Compare Source

After receiving user feedback both on runtime and compatibility issues for 1.10.0
the action has been reworked to use a Docker based approach on Linux runners, mimicking
< 1.9.0 versions, while Mac OS and Windows runners will follow the 1.10.0 approach
of installing @sentry/cli in the run step.

v1.10.5: 1.10.5

Compare Source

Various fixes & improvements

v1.10.4: 1.10.4

Compare Source

Various fixes & improvements

v1.10.3: 1.10.3

Compare Source

Various fixes & improvements

v1.10.2: 1.10.2

Compare Source

  • fix(action): Ensure working directory always starts out at repo root (#​250)
  • fix(action): Use npm instead of yarn to install sentry-cli (#​251)

v1.10.1: 1.10.1

Compare Source

This release contains changes concerning maintainers of the repo and has no user-facing changes.

v1.10.0

Compare Source

  • feat(action): Support macos and windows runners
    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.0

Compare Source

What's Changed

Important Changes
  • feat(sourcemaps): Add inject option 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: true in your action alongside providing a path to sourcemaps.

Other Changes
  • feat(telemetry): Collect project specific tags (#​228)

Full Changelog: getsentry/action-release@v1...v1.9.0

v1.8.0

Compare Source

  • feat(telemetry): Add telemetry via @sentry/node #​213

The action sends telemetry data and crash reports to Sentry. This helps us improve the action. You can turn this off by setting disable_telemetry.


Configuration

📅 Schedule: 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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 3, 2025
@codecov
Copy link

codecov bot commented Mar 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.78%. Comparing base (556518d) to head (1601c5f).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #103   +/-   ##
=======================================
  Coverage   87.78%   87.78%           
=======================================
  Files           8        8           
  Lines         786      786           
=======================================
  Hits          690      690           
  Misses         96       96           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate bot force-pushed the renovate/getsentry-action-release-3.x branch from 4fce49e to 02058cb Compare March 6, 2025 14:50
@renovate renovate bot force-pushed the renovate/getsentry-action-release-3.x branch from 02058cb to 96ee175 Compare March 21, 2025 05:54
@renovate renovate bot force-pushed the renovate/getsentry-action-release-3.x branch 2 times, most recently from 08874f2 to d157b2b Compare June 23, 2025 14:33
@renovate renovate bot force-pushed the renovate/getsentry-action-release-3.x branch from d157b2b to 9cb9fe9 Compare September 22, 2025 16:58
@renovate renovate bot force-pushed the renovate/getsentry-action-release-3.x branch 2 times, most recently from 30420d8 to 3292ab3 Compare October 25, 2025 18:10
@renovate renovate bot force-pushed the renovate/getsentry-action-release-3.x branch from 3292ab3 to 1601c5f Compare October 25, 2025 18:27
@TimSchoenle TimSchoenle merged commit 1be5253 into master Oct 25, 2025
11 checks passed
@renovate renovate bot deleted the renovate/getsentry-action-release-3.x branch October 25, 2025 18:47
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant