Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 29, 2025

Bumps getsentry/github-workflows from 2 to 3.

Release notes

Sourced from getsentry/github-workflows's releases.

3.0.0

Breaking Changes

  • Updater: The default value for pr-strategy has been changed from create to update. (#124) This change means the updater will now maintain a single PR that gets updated with new dependency versions (instead of creating separate PRs for each version). If you want to preserve the previous behavior of creating separate PRs, explicitly set pr-strategy: create in your workflow:

    - uses: getsentry/github-workflows/updater@v3
      with:
        # ... other inputs ...
        pr-strategy: create  # Add this to preserve previous behavior

    In case you have existing open PRs created with the create strategy, you will need to remove these old branches manually as the new name would be a prefix of the old PRs, which git doesnt' allow.

  • Updater and Danger reusable workflows are now composite actions (#114)

    To update your existing Updater workflows:

    ### Before
      native:
        uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
        with:
          path: scripts/update-sentry-native-ndk.sh
          name: Native SDK
        secrets:
          # If a custom token is used instead, a CI would be triggered on a created PR.
          api-token: ${{ secrets.CI_DEPLOY_KEY }}
    After
    native:
    runs-on: ubuntu-latest
    steps:
    - uses: getsentry/github-workflows/updater@v3
    with:
    path: scripts/update-sentry-native-ndk.sh
    name: Native SDK
    api-token: ${{ secrets.CI_DEPLOY_KEY }}

    To update your existing Danger workflows:

    ### Before
      danger:
        uses: getsentry/github-workflows/.github/workflows/danger.yml@v2
    After
    danger:

... (truncated)

Changelog

Sourced from getsentry/github-workflows's changelog.

Changelog

Unreleased

Fixes

  • Updater - Fix boolean input handling for changelog-entry parameter and add input validation (#127)

3.0.0

Breaking Changes

  • Updater: The default value for pr-strategy has been changed from create to update. (#124) This change means the updater will now maintain a single PR that gets updated with new dependency versions (instead of creating separate PRs for each version). If you want to preserve the previous behavior of creating separate PRs, explicitly set pr-strategy: create in your workflow:

    - uses: getsentry/github-workflows/updater@v3
      with:
        # ... other inputs ...
        pr-strategy: create  # Add this to preserve previous behavior

    In case you have existing open PRs created with the create strategy, you will need to remove these old branches manually as the new name would be a prefix of the old PRs, which git doesnt' allow.

  • Updater and Danger reusable workflows are now composite actions (#114)

    To update your existing Updater workflows:

    ### Before
      native:
        uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
        with:
          path: scripts/update-sentry-native-ndk.sh
          name: Native SDK
        secrets:
          # If a custom token is used instead, a CI would be triggered on a created PR.
          api-token: ${{ secrets.CI_DEPLOY_KEY }}
    After
    native:
    runs-on: ubuntu-latest
    steps:
    - uses: getsentry/github-workflows/updater@v3
    with:
    path: scripts/update-sentry-native-ndk.sh
    name: Native SDK
    api-token: ${{ secrets.CI_DEPLOY_KEY }}

... (truncated)

Commits
  • 342f5e2 release: 3.0.0
  • 91b2c01 chore: Clean up changelog by removing outdated version sections and redundant...
  • 13193d2 fix: Handle null bullet point detection in update-changelog script (#125)
  • 67d5a87 feat!: Change updater pr-strategy default to 'update' (#124)
  • 45bc4f7 fix: Improve bullet-point resolution when plain text precedes bullet points (...
  • 5f024a8 test: Convert workflow test scripts to use PowerShell and Pester (#122)
  • 747517a feat: Allow updater to target non-default branches (#118)
  • de9e3fa feat: Support GitHub release title pattern matching (#117)
  • 1dbbc41 Add git commit fallback for repositories without changelog files (#116)
  • 6af5c2d fix: improve changelog generation for non-tagged commits and edge cases (#115)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [getsentry/github-workflows](https://github.com/getsentry/github-workflows) from 2 to 3.
- [Release notes](https://github.com/getsentry/github-workflows/releases)
- [Changelog](https://github.com/getsentry/github-workflows/blob/main/CHANGELOG.md)
- [Commits](getsentry/github-workflows@v2...v3)

---
updated-dependencies:
- dependency-name: getsentry/github-workflows
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 29, 2025
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 29, 2025
@antonis antonis enabled auto-merge (squash) September 29, 2025 12:10
@antonis antonis merged commit 77061ed into main Sep 29, 2025
63 checks passed
@antonis antonis deleted the dependabot/github_actions/getsentry/github-workflows-3 branch September 29, 2025 12:13
@github-actions
Copy link
Contributor

Android (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 424.10 ms 420.31 ms -3.80 ms
Size 17.75 MiB 19.68 MiB 1.94 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
98f632c 424.25 ms 435.48 ms 11.23 ms
23080e5 384.85 ms 382.57 ms -2.28 ms
c9e95bd 428.04 ms 458.70 ms 30.65 ms
8ece263 441.96 ms 444.96 ms 3.00 ms
69602ce 417.47 ms 443.52 ms 26.05 ms
f70acbf+dirty 373.39 ms 382.81 ms 9.43 ms
6479fd5+dirty 412.95 ms 434.02 ms 21.07 ms
000da7a 454.46 ms 445.00 ms -9.46 ms
64cd15c 439.02 ms 427.63 ms -11.39 ms
9f211e3 451.50 ms 500.00 ms 48.50 ms

App size

Revision Plain With Sentry Diff
98f632c 17.75 MiB 20.15 MiB 2.41 MiB
23080e5 17.75 MiB 19.68 MiB 1.94 MiB
c9e95bd 17.75 MiB 19.68 MiB 1.93 MiB
8ece263 17.75 MiB 19.68 MiB 1.94 MiB
69602ce 17.75 MiB 19.68 MiB 1.94 MiB
f70acbf+dirty 17.75 MiB 19.68 MiB 1.94 MiB
6479fd5+dirty 17.75 MiB 19.68 MiB 1.94 MiB
000da7a 17.75 MiB 19.68 MiB 1.94 MiB
64cd15c 17.75 MiB 20.15 MiB 2.41 MiB
9f211e3 17.75 MiB 19.68 MiB 1.94 MiB

@github-actions
Copy link
Contributor

Android (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 362.40 ms 414.06 ms 51.66 ms
Size 7.15 MiB 8.41 MiB 1.26 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
000da7a+dirty 347.89 ms 381.98 ms 34.09 ms
d916aa3+dirty 411.72 ms 451.76 ms 40.03 ms
20daa0a+dirty 352.33 ms 424.30 ms 71.98 ms
8a4ce6f+dirty 401.11 ms 381.92 ms -19.19 ms
f70acbf+dirty 520.12 ms 558.91 ms 38.79 ms
5526494+dirty 380.79 ms 432.70 ms 51.91 ms
7be1f99+dirty 369.02 ms 399.60 ms 30.58 ms
a0b15d6+dirty 414.33 ms 448.85 ms 34.52 ms
c08359e+dirty 406.04 ms 428.87 ms 22.83 ms
ba75c7c+dirty 377.92 ms 417.74 ms 39.83 ms

App size

Revision Plain With Sentry Diff
000da7a+dirty 7.15 MiB 8.41 MiB 1.26 MiB
d916aa3+dirty 7.15 MiB 8.42 MiB 1.27 MiB
20daa0a+dirty 7.15 MiB 8.42 MiB 1.27 MiB
8a4ce6f+dirty 7.15 MiB 8.41 MiB 1.26 MiB
f70acbf+dirty 7.15 MiB 8.41 MiB 1.26 MiB
5526494+dirty 7.15 MiB 8.41 MiB 1.26 MiB
7be1f99+dirty 7.15 MiB 8.42 MiB 1.27 MiB
a0b15d6+dirty 7.15 MiB 8.42 MiB 1.27 MiB
c08359e+dirty 7.15 MiB 8.42 MiB 1.27 MiB
ba75c7c+dirty 7.15 MiB 8.42 MiB 1.27 MiB

@github-actions
Copy link
Contributor

iOS (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1236.35 ms 1247.98 ms 11.63 ms
Size 2.63 MiB 3.98 MiB 1.34 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
e2fa43d+dirty 1216.04 ms 1232.65 ms 16.61 ms
d916aa3+dirty 1221.02 ms 1228.98 ms 7.96 ms
8ece263+dirty 1217.29 ms 1213.35 ms -3.94 ms
a0b15d6+dirty 1220.18 ms 1223.18 ms 3.00 ms
b3b5b0d+dirty 1227.71 ms 1239.50 ms 11.79 ms
c7f264b+dirty 1211.82 ms 1218.04 ms 6.22 ms
c9e95bd+dirty 1240.19 ms 1246.33 ms 6.14 ms
20daa0a+dirty 1233.12 ms 1233.35 ms 0.22 ms
5c16cdc+dirty 1209.32 ms 1210.67 ms 1.35 ms
bc9680d+dirty 1221.41 ms 1241.47 ms 20.06 ms

App size

Revision Plain With Sentry Diff
e2fa43d+dirty 2.63 MiB 3.81 MiB 1.18 MiB
d916aa3+dirty 2.63 MiB 3.81 MiB 1.18 MiB
8ece263+dirty 2.63 MiB 3.91 MiB 1.28 MiB
a0b15d6+dirty 2.63 MiB 3.81 MiB 1.18 MiB
b3b5b0d+dirty 2.63 MiB 3.91 MiB 1.28 MiB
c7f264b+dirty 2.63 MiB 3.91 MiB 1.28 MiB
c9e95bd+dirty 2.63 MiB 3.87 MiB 1.24 MiB
20daa0a+dirty 2.63 MiB 3.81 MiB 1.18 MiB
5c16cdc+dirty 2.63 MiB 3.96 MiB 1.33 MiB
bc9680d+dirty 2.63 MiB 3.81 MiB 1.18 MiB

@github-actions
Copy link
Contributor

iOS (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1229.63 ms 1219.49 ms -10.14 ms
Size 3.19 MiB 4.54 MiB 1.36 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
e2fa43d+dirty 1224.43 ms 1235.40 ms 10.98 ms
d916aa3+dirty 1211.02 ms 1221.33 ms 10.31 ms
8ece263+dirty 1206.90 ms 1211.45 ms 4.55 ms
a0b15d6+dirty 1213.79 ms 1210.45 ms -3.34 ms
b3b5b0d+dirty 1235.16 ms 1238.61 ms 3.45 ms
c7f264b+dirty 1229.78 ms 1225.84 ms -3.94 ms
c9e95bd+dirty 1205.83 ms 1207.38 ms 1.55 ms
20daa0a+dirty 1227.71 ms 1233.72 ms 6.01 ms
5c16cdc+dirty 1235.67 ms 1241.18 ms 5.51 ms
bc9680d+dirty 1228.57 ms 1233.64 ms 5.07 ms

App size

Revision Plain With Sentry Diff
e2fa43d+dirty 3.19 MiB 4.38 MiB 1.19 MiB
d916aa3+dirty 3.19 MiB 4.38 MiB 1.19 MiB
8ece263+dirty 3.19 MiB 4.48 MiB 1.29 MiB
a0b15d6+dirty 3.19 MiB 4.38 MiB 1.19 MiB
b3b5b0d+dirty 3.19 MiB 4.48 MiB 1.29 MiB
c7f264b+dirty 3.19 MiB 4.48 MiB 1.29 MiB
c9e95bd+dirty 3.19 MiB 4.44 MiB 1.25 MiB
20daa0a+dirty 3.19 MiB 4.38 MiB 1.19 MiB
5c16cdc+dirty 3.19 MiB 4.53 MiB 1.34 MiB
bc9680d+dirty 3.19 MiB 4.38 MiB 1.19 MiB

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.

2 participants