{"id":71503,"name":"getsentry/github-workflows","ecosystem":"actions","repository_url":null,"issues_count":11,"created_at":"2025-09-29T02:03:24.706Z","updated_at":"2025-09-29T02:03:24.706Z","purl":"pkg:githubactions/getsentry/github-workflows","unique_repositories_count":9,"unique_repositories_count_past_30_days":1,"recent_issues":[{"uuid":"4466259804","node_id":"PR_kwDOCDbi-87cgV7x","number":6274,"state":"open","title":"build(deps): bump getsentry/github-workflows from 43bf14b190c12080cfbedf2d2c82337bc559a0e1 to b6d9e26d1c5bb01362670e13288b2284bab8cbf9","user":"dependabot[bot]","labels":["Dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-05-18T04:27:43.000Z","updated_at":"2026-05-18T04:34:21.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"build(deps)","packages":[{"name":"getsentry/github-workflows","old_version":"43bf14b190c12080cfbedf2d2c82337bc559a0e1","new_version":"b6d9e26d1c5bb01362670e13288b2284bab8cbf9","repository_url":"https://github.com/getsentry/github-workflows"}],"path":null,"ecosystem":"actions"},"body":"Bumps [getsentry/github-workflows](https://github.com/getsentry/github-workflows) from 43bf14b190c12080cfbedf2d2c82337bc559a0e1 to b6d9e26d1c5bb01362670e13288b2284bab8cbf9.\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/getsentry/github-workflows/blob/main/CHANGELOG.md\"\u003egetsentry/github-workflows's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003ch2\u003e3.4.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eValidate PR - Action is advisory: it posts a single friendly comment on community PRs that don't reference an issue with maintainer discussion. PRs are not closed and no labels are applied. Recommended trigger is \u003ccode\u003etypes: [opened]\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eValidate PR - Skip validation for PRs with fewer than 100 lines changed, excluding common lock files (\u003ccode\u003eCargo.lock\u003c/code\u003e, \u003ccode\u003eyarn.lock\u003c/code\u003e, \u003ccode\u003epackage-lock.json\u003c/code\u003e, \u003ccode\u003ePipfile.lock\u003c/code\u003e, etc.). Tiny PRs no longer go through the issue-discussion loop.\u003c/li\u003e\n\u003cli\u003eAdd validate-pr composite action for validating non-maintainer PRs against contribution guidelines (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/153\"\u003e#153\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eComplete script injection hardening across all actions: move remaining step outputs to env vars, validate Danger version against semver (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/152\"\u003e#152\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eUpdater - Trigger CI for new PRs without changelog updates (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/166\"\u003e#166\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eUpdater - Select the first branch when multiple branches point at \u003ccode\u003eHEAD\u003c/code\u003e (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/165\"\u003e#165\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDependencies\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump Danger JS from v13.0.4 to v13.0.5 (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/160\"\u003e#160\u003c/a\u003e)\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/danger/danger-js/blob/main/CHANGELOG.md#1305\"\u003echangelog\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/danger/danger-js/compare/13.0.4...13.0.5\"\u003ediff\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e3.3.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdater - Support CMake \u003ccode\u003eGIT_TAG\u003c/code\u003e with variable references like \u003ccode\u003e${FOO_REF}\u003c/code\u003e, resolving and updating the corresponding \u003ccode\u003eset()\u003c/code\u003e definition (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/149\"\u003e#149\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e3.2.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eSentry-CLI integration test action - Accept chunked ProGuard uploads for compatibility with Sentry CLI 3.x (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/140\"\u003e#140\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e3.2.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eDanger - Add support for repository-specific dangerfiles (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/129\"\u003e#129\u003c/a\u003e)\n\u003cul\u003e\n\u003cli\u003eAdd \u003ccode\u003eextra-dangerfile\u003c/code\u003e input parameter to run custom Danger checks alongside shared workflow checks\u003c/li\u003e\n\u003cli\u003eAdd \u003ccode\u003eextra-install-packages\u003c/code\u003e input to install additional apt packages required by custom dangerfiles\u003c/li\u003e\n\u003cli\u003eCustom dangerfiles receive full Danger API access (\u003ccode\u003efail\u003c/code\u003e, \u003ccode\u003ewarn\u003c/code\u003e, \u003ccode\u003emessage\u003c/code\u003e, \u003ccode\u003emarkdown\u003c/code\u003e, \u003ccode\u003edanger\u003c/code\u003e)\u003c/li\u003e\n\u003cli\u003eEnables repositories to extend Danger checks without overwriting shared workflow comments\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eSentry-CLI integration test action - Add \u003ccode\u003eInvokeSentryResult::Events()\u003c/code\u003e method to extract events from envelopes (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/137\"\u003e#137\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eSentry-CLI integration test action - Replace literal \u0026quot;\\n\u0026quot; with newlines (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/138\"\u003e#138\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e3.1.0\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/b6d9e26d1c5bb01362670e13288b2284bab8cbf9\"\u003e\u003ccode\u003eb6d9e26\u003c/code\u003e\u003c/a\u003e Merge branch 'release/3.4.0'\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/607fed74f812e69201531a5185b6c3c57caa4e89\"\u003e\u003ccode\u003e607fed7\u003c/code\u003e\u003c/a\u003e release: 3.4.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/82866c1a3c6e52bc3122efc4c0f804d9954947a7\"\u003e\u003ccode\u003e82866c1\u003c/code\u003e\u003c/a\u003e chore: update getsentry/craft to 2.26.3 (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/168\"\u003e#168\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/24be69680c3a46c03edfbeb05268ec312f77e1e7\"\u003e\u003ccode\u003e24be696\u003c/code\u003e\u003c/a\u003e fix: complete script injection hardening across all actions (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/152\"\u003e#152\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/a940f77968911ab853d344aad6bd3453935ebb6c\"\u003e\u003ccode\u003ea940f77\u003c/code\u003e\u003c/a\u003e fix(updater): Trigger CI for new PRs without changelog updates (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/166\"\u003e#166\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/98c1e36a10138a6a2d579714dda6b65d6a85acba\"\u003e\u003ccode\u003e98c1e36\u003c/code\u003e\u003c/a\u003e test(updater): Accept either main or master as sentry-cli main branch (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/167\"\u003e#167\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/d81d7469a37abff4600d45c612f6c1b16241e9ef\"\u003e\u003ccode\u003ed81d746\u003c/code\u003e\u003c/a\u003e chore: update danger/danger.properties to 13.0.5 (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/160\"\u003e#160\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/80476a95b1c643ab5900b451932043d9ff26cdbf\"\u003e\u003ccode\u003e80476a9\u003c/code\u003e\u003c/a\u003e fix(updater): Select first matching main branch (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/165\"\u003e#165\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/getsentry/github-workflows/compare/43bf14b190c12080cfbedf2d2c82337bc559a0e1...b6d9e26d1c5bb01362670e13288b2284bab8cbf9\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/getsentry/sentry-python/pull/6274","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fsentry-python/issues/6274","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/6274/packages"},{"uuid":"3982846202","node_id":"PR_kwDOA5Fy-s7F4wCs","number":426,"state":"open","title":"build(deps): bump getsentry/github-workflows from 3.2.1 to 3.3.0","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-02-24T10:33:05.000Z","updated_at":"2026-02-24T10:34:01.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"build(deps)","packages":[{"name":"getsentry/github-workflows","old_version":"3.2.1","new_version":"3.3.0","repository_url":"https://github.com/getsentry/github-workflows"}],"path":null,"ecosystem":"actions"},"body":"Bumps [getsentry/github-workflows](https://github.com/getsentry/github-workflows) from 3.2.1 to 3.3.0.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/getsentry/github-workflows/releases\"\u003egetsentry/github-workflows's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e3.3.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdater - Support CMake \u003ccode\u003eGIT_TAG\u003c/code\u003e with variable references like \u003ccode\u003e${FOO_REF}\u003c/code\u003e, resolving and updating the corresponding \u003ccode\u003eset()\u003c/code\u003e definition (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/149\"\u003e#149\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/getsentry/github-workflows/blob/main/CHANGELOG.md\"\u003egetsentry/github-workflows's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003ch2\u003e3.3.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdater - Support CMake \u003ccode\u003eGIT_TAG\u003c/code\u003e with variable references like \u003ccode\u003e${FOO_REF}\u003c/code\u003e, resolving and updating the corresponding \u003ccode\u003eset()\u003c/code\u003e definition (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/149\"\u003e#149\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e3.2.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eSentry-CLI integration test action - Accept chunked ProGuard uploads for compatibility with Sentry CLI 3.x (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/140\"\u003e#140\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e3.2.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eDanger - Add support for repository-specific dangerfiles (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/129\"\u003e#129\u003c/a\u003e)\n\u003cul\u003e\n\u003cli\u003eAdd \u003ccode\u003eextra-dangerfile\u003c/code\u003e input parameter to run custom Danger checks alongside shared workflow checks\u003c/li\u003e\n\u003cli\u003eAdd \u003ccode\u003eextra-install-packages\u003c/code\u003e input to install additional apt packages required by custom dangerfiles\u003c/li\u003e\n\u003cli\u003eCustom dangerfiles receive full Danger API access (\u003ccode\u003efail\u003c/code\u003e, \u003ccode\u003ewarn\u003c/code\u003e, \u003ccode\u003emessage\u003c/code\u003e, \u003ccode\u003emarkdown\u003c/code\u003e, \u003ccode\u003edanger\u003c/code\u003e)\u003c/li\u003e\n\u003cli\u003eEnables repositories to extend Danger checks without overwriting shared workflow comments\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eSentry-CLI integration test action - Add \u003ccode\u003eInvokeSentryResult::Events()\u003c/code\u003e method to extract events from envelopes (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/137\"\u003e#137\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eSentry-CLI integration test action - Replace literal \u0026quot;\\n\u0026quot; with newlines (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/138\"\u003e#138\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e3.1.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdater - Add \u003ccode\u003epost-update-script\u003c/code\u003e input parameter to run custom scripts after dependency updates (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/130\"\u003e#130\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/133\"\u003e#133\u003c/a\u003e)\n\u003cul\u003e\n\u003cli\u003eScripts receive original and new version as arguments\u003c/li\u003e\n\u003cli\u003eSupport both bash (\u003ccode\u003e.sh\u003c/code\u003e) and PowerShell (\u003ccode\u003e.ps1\u003c/code\u003e) scripts\u003c/li\u003e\n\u003cli\u003eEnables workflows like updating lock files, running code generators, or modifying configuration files\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eUpdater - Add SSH key support and comprehensive authentication validation (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/134\"\u003e#134\u003c/a\u003e)\n\u003cul\u003e\n\u003cli\u003eAdd \u003ccode\u003essh-key\u003c/code\u003e input parameter for deploy key authentication\u003c/li\u003e\n\u003cli\u003eSupport using both \u003ccode\u003essh-key\u003c/code\u003e (for git) and \u003ccode\u003eapi-token\u003c/code\u003e (for GitHub API) together\u003c/li\u003e\n\u003cli\u003eAdd detailed token validation with actionable error messages\u003c/li\u003e\n\u003cli\u003eDetect common token issues: expiration, whitespace, SSH keys in wrong input, missing scopes\u003c/li\u003e\n\u003cli\u003eValidate SSH key format when provided\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdater - Fix boolean input handling for \u003ccode\u003echangelog-entry\u003c/code\u003e parameter and add input validation (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/127\"\u003e#127\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eUpdater - Fix cryptic authentication errors with better validation and error messages (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/134\"\u003e#134\u003c/a\u003e, closes \u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/128\"\u003e#128\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDependencies\u003c/h3\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/26f565c05d0dd49f703d238706b775883037d76b\"\u003e\u003ccode\u003e26f565c\u003c/code\u003e\u003c/a\u003e release: 3.3.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/013cb4f5c377545e194893b4cddc354d9cf8a2e5\"\u003e\u003ccode\u003e013cb4f\u003c/code\u003e\u003c/a\u003e feat: support GIT_TAG with CMake variable (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/149\"\u003e#149\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/5b609b7eaa5cdde234e520e34ffd847184b11ab3\"\u003e\u003ccode\u003e5b609b7\u003c/code\u003e\u003c/a\u003e Merge branch 'release/3.2.1'\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/getsentry/github-workflows/compare/747c4c2906d373f5cd809abe94a7fd732a2421a7...26f565c05d0dd49f703d238706b775883037d76b\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=getsentry/github-workflows\u0026package-manager=github_actions\u0026previous-version=3.2.1\u0026new-version=3.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/getsentry/sentry-fastlane-plugin/pull/426","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fsentry-fastlane-plugin/issues/426","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/426/packages"},{"uuid":"2889033907","node_id":"PR_kwDOBHtnUc6sMyiz","number":5240,"state":"open","title":"chore(deps): bump getsentry/github-workflows from 2 to 3","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-10-06T07:02:41.000Z","updated_at":"2025-10-06T07:07:31.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps)","packages":[{"name":"getsentry/github-workflows","old_version":"2","new_version":"3","repository_url":"https://github.com/getsentry/github-workflows"}],"path":null,"ecosystem":"actions"},"body":"Bumps [getsentry/github-workflows](https://github.com/getsentry/github-workflows) from 2 to 3.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/getsentry/github-workflows/releases\"\u003egetsentry/github-workflows's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e3.0.0\u003c/h2\u003e\n\u003ch3\u003eBreaking Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater: The default value for \u003ccode\u003epr-strategy\u003c/code\u003e has been changed from \u003ccode\u003ecreate\u003c/code\u003e to \u003ccode\u003eupdate\u003c/code\u003e. (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/124\"\u003e#124\u003c/a\u003e)\nThis 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).\nIf you want to preserve the previous behavior of creating separate PRs, explicitly set \u003ccode\u003epr-strategy: create\u003c/code\u003e in your workflow:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e- uses: getsentry/github-workflows/updater@v3\n  with:\n    # ... other inputs ...\n    pr-strategy: create  # Add this to preserve previous behavior\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eIn case you have existing open PRs created with the \u003ccode\u003ecreate\u003c/code\u003e strategy, you will need to remove these old branches\nmanually as the new name would be a prefix of the old PRs, which git doesnt' allow.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater and Danger reusable workflows are now composite actions (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/114\"\u003e#114\u003c/a\u003e)\u003c/p\u003e\n\u003cp\u003eTo update your existing Updater workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  native:\n    uses: getsentry/github-workflows/.github/workflows/updater.yml@v2\n    with:\n      path: scripts/update-sentry-native-ndk.sh\n      name: Native SDK\n    secrets:\n      # If a custom token is used instead, a CI would be triggered on a created PR.\n      api-token: ${{ secrets.CI_DEPLOY_KEY }}\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003enative:\u003cbr /\u003e\nruns-on: ubuntu-latest\u003cbr /\u003e\nsteps:\u003cbr /\u003e\n- uses: getsentry/github-workflows/updater@v3\u003cbr /\u003e\nwith:\u003cbr /\u003e\npath: scripts/update-sentry-native-ndk.sh\u003cbr /\u003e\nname: Native SDK\u003cbr /\u003e\napi-token: ${{ secrets.CI_DEPLOY_KEY }}\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003cp\u003eTo update your existing Danger workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  danger:\n    uses: getsentry/github-workflows/.github/workflows/danger.yml@v2\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003edanger:\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/getsentry/github-workflows/blob/main/CHANGELOG.md\"\u003egetsentry/github-workflows's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003ch2\u003eUnreleased\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdater - Fix boolean input handling for \u003ccode\u003echangelog-entry\u003c/code\u003e parameter and add input validation (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/127\"\u003e#127\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e3.0.0\u003c/h2\u003e\n\u003ch3\u003eBreaking Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater: The default value for \u003ccode\u003epr-strategy\u003c/code\u003e has been changed from \u003ccode\u003ecreate\u003c/code\u003e to \u003ccode\u003eupdate\u003c/code\u003e. (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/124\"\u003e#124\u003c/a\u003e)\nThis 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).\nIf you want to preserve the previous behavior of creating separate PRs, explicitly set \u003ccode\u003epr-strategy: create\u003c/code\u003e in your workflow:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e- uses: getsentry/github-workflows/updater@v3\n  with:\n    # ... other inputs ...\n    pr-strategy: create  # Add this to preserve previous behavior\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eIn case you have existing open PRs created with the \u003ccode\u003ecreate\u003c/code\u003e strategy, you will need to remove these old branches\nmanually as the new name would be a prefix of the old PRs, which git doesnt' allow.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater and Danger reusable workflows are now composite actions (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/114\"\u003e#114\u003c/a\u003e)\u003c/p\u003e\n\u003cp\u003eTo update your existing Updater workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  native:\n    uses: getsentry/github-workflows/.github/workflows/updater.yml@v2\n    with:\n      path: scripts/update-sentry-native-ndk.sh\n      name: Native SDK\n    secrets:\n      # If a custom token is used instead, a CI would be triggered on a created PR.\n      api-token: ${{ secrets.CI_DEPLOY_KEY }}\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003enative:\u003cbr /\u003e\nruns-on: ubuntu-latest\u003cbr /\u003e\nsteps:\u003cbr /\u003e\n- uses: getsentry/github-workflows/updater@v3\u003cbr /\u003e\nwith:\u003cbr /\u003e\npath: scripts/update-sentry-native-ndk.sh\u003cbr /\u003e\nname: Native SDK\u003cbr /\u003e\napi-token: ${{ secrets.CI_DEPLOY_KEY }}\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/342f5e2f3bbf5f10063869b36317d308c3c938ef\"\u003e\u003ccode\u003e342f5e2\u003c/code\u003e\u003c/a\u003e release: 3.0.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/91b2c0179b0232f02a8c685c6754ee67b966692e\"\u003e\u003ccode\u003e91b2c01\u003c/code\u003e\u003c/a\u003e chore: Clean up changelog by removing outdated version sections and redundant...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/13193d290e6f9fdb2e40a0c154ee7137e80880f9\"\u003e\u003ccode\u003e13193d2\u003c/code\u003e\u003c/a\u003e fix: Handle null bullet point detection in update-changelog script (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/125\"\u003e#125\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/67d5a876d5bb4831b3bc3bd3596e89934129bfbb\"\u003e\u003ccode\u003e67d5a87\u003c/code\u003e\u003c/a\u003e feat!: Change updater pr-strategy default to 'update' (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/124\"\u003e#124\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/45bc4f7aca06dd46fabc4c4d4982cedefce01ce5\"\u003e\u003ccode\u003e45bc4f7\u003c/code\u003e\u003c/a\u003e fix: Improve bullet-point resolution when plain text precedes bullet points (...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/5f024a80bb641c69d6e6bb7908560fd95ad2c389\"\u003e\u003ccode\u003e5f024a8\u003c/code\u003e\u003c/a\u003e test: Convert workflow test scripts to use PowerShell and Pester (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/122\"\u003e#122\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/747517a7da2d9d2811d3dd51dccd5fac55970e57\"\u003e\u003ccode\u003e747517a\u003c/code\u003e\u003c/a\u003e feat: Allow updater to target non-default branches (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/118\"\u003e#118\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/de9e3fa91db31c70cc49cc2d92e980e0459feb2f\"\u003e\u003ccode\u003ede9e3fa\u003c/code\u003e\u003c/a\u003e feat: Support GitHub release title pattern matching (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/117\"\u003e#117\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/1dbbc41ea5a040a35391a6658c17a2528b34e673\"\u003e\u003ccode\u003e1dbbc41\u003c/code\u003e\u003c/a\u003e Add git commit fallback for repositories without changelog files (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/116\"\u003e#116\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/6af5c2d9a035ea4439bdc5efd679376fae9a02a7\"\u003e\u003ccode\u003e6af5c2d\u003c/code\u003e\u003c/a\u003e fix: improve changelog generation for non-tagged commits and edge cases (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/115\"\u003e#115\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/getsentry/github-workflows/compare/v2...v3\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=getsentry/github-workflows\u0026package-manager=github_actions\u0026previous-version=2\u0026new-version=3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/getsentry/sentry-react-native/pull/5240","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fsentry-react-native/issues/5240","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/5240/packages"},{"uuid":"2872319623","node_id":"PR_kwDOA09jXc6rNB6H","number":6303,"state":"open","title":"chore(deps): bump getsentry/github-workflows from 2 to 3","user":"dependabot[bot]","labels":["github_actions","dependencies"],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-09-29T22:46:33.000Z","updated_at":"2025-10-02T13:35:48.000Z","time_to_close":225775,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps)","packages":[{"name":"getsentry/github-workflows","old_version":"2","new_version":"3","repository_url":"https://github.com/getsentry/github-workflows"}],"path":null,"ecosystem":"actions"},"body":"Bumps [getsentry/github-workflows](https://github.com/getsentry/github-workflows) from 2 to 3.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/getsentry/github-workflows/releases\"\u003egetsentry/github-workflows's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e3.0.0\u003c/h2\u003e\n\u003ch3\u003eBreaking Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater: The default value for \u003ccode\u003epr-strategy\u003c/code\u003e has been changed from \u003ccode\u003ecreate\u003c/code\u003e to \u003ccode\u003eupdate\u003c/code\u003e. (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/124\"\u003e#124\u003c/a\u003e)\nThis 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).\nIf you want to preserve the previous behavior of creating separate PRs, explicitly set \u003ccode\u003epr-strategy: create\u003c/code\u003e in your workflow:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e- uses: getsentry/github-workflows/updater@v3\n  with:\n    # ... other inputs ...\n    pr-strategy: create  # Add this to preserve previous behavior\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eIn case you have existing open PRs created with the \u003ccode\u003ecreate\u003c/code\u003e strategy, you will need to remove these old branches\nmanually as the new name would be a prefix of the old PRs, which git doesnt' allow.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater and Danger reusable workflows are now composite actions (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/114\"\u003e#114\u003c/a\u003e)\u003c/p\u003e\n\u003cp\u003eTo update your existing Updater workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  native:\n    uses: getsentry/github-workflows/.github/workflows/updater.yml@v2\n    with:\n      path: scripts/update-sentry-native-ndk.sh\n      name: Native SDK\n    secrets:\n      # If a custom token is used instead, a CI would be triggered on a created PR.\n      api-token: ${{ secrets.CI_DEPLOY_KEY }}\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003enative:\u003cbr /\u003e\nruns-on: ubuntu-latest\u003cbr /\u003e\nsteps:\u003cbr /\u003e\n- uses: getsentry/github-workflows/updater@v3\u003cbr /\u003e\nwith:\u003cbr /\u003e\npath: scripts/update-sentry-native-ndk.sh\u003cbr /\u003e\nname: Native SDK\u003cbr /\u003e\napi-token: ${{ secrets.CI_DEPLOY_KEY }}\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003cp\u003eTo update your existing Danger workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  danger:\n    uses: getsentry/github-workflows/.github/workflows/danger.yml@v2\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003edanger:\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/getsentry/github-workflows/blob/main/CHANGELOG.md\"\u003egetsentry/github-workflows's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003ch2\u003eUnreleased\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdater - Fix boolean input handling for \u003ccode\u003echangelog-entry\u003c/code\u003e parameter and add input validation (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/127\"\u003e#127\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e3.0.0\u003c/h2\u003e\n\u003ch3\u003eBreaking Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater: The default value for \u003ccode\u003epr-strategy\u003c/code\u003e has been changed from \u003ccode\u003ecreate\u003c/code\u003e to \u003ccode\u003eupdate\u003c/code\u003e. (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/124\"\u003e#124\u003c/a\u003e)\nThis 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).\nIf you want to preserve the previous behavior of creating separate PRs, explicitly set \u003ccode\u003epr-strategy: create\u003c/code\u003e in your workflow:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e- uses: getsentry/github-workflows/updater@v3\n  with:\n    # ... other inputs ...\n    pr-strategy: create  # Add this to preserve previous behavior\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eIn case you have existing open PRs created with the \u003ccode\u003ecreate\u003c/code\u003e strategy, you will need to remove these old branches\nmanually as the new name would be a prefix of the old PRs, which git doesnt' allow.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater and Danger reusable workflows are now composite actions (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/114\"\u003e#114\u003c/a\u003e)\u003c/p\u003e\n\u003cp\u003eTo update your existing Updater workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  native:\n    uses: getsentry/github-workflows/.github/workflows/updater.yml@v2\n    with:\n      path: scripts/update-sentry-native-ndk.sh\n      name: Native SDK\n    secrets:\n      # If a custom token is used instead, a CI would be triggered on a created PR.\n      api-token: ${{ secrets.CI_DEPLOY_KEY }}\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003enative:\u003cbr /\u003e\nruns-on: ubuntu-latest\u003cbr /\u003e\nsteps:\u003cbr /\u003e\n- uses: getsentry/github-workflows/updater@v3\u003cbr /\u003e\nwith:\u003cbr /\u003e\npath: scripts/update-sentry-native-ndk.sh\u003cbr /\u003e\nname: Native SDK\u003cbr /\u003e\napi-token: ${{ secrets.CI_DEPLOY_KEY }}\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/342f5e2f3bbf5f10063869b36317d308c3c938ef\"\u003e\u003ccode\u003e342f5e2\u003c/code\u003e\u003c/a\u003e release: 3.0.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/91b2c0179b0232f02a8c685c6754ee67b966692e\"\u003e\u003ccode\u003e91b2c01\u003c/code\u003e\u003c/a\u003e chore: Clean up changelog by removing outdated version sections and redundant...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/13193d290e6f9fdb2e40a0c154ee7137e80880f9\"\u003e\u003ccode\u003e13193d2\u003c/code\u003e\u003c/a\u003e fix: Handle null bullet point detection in update-changelog script (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/125\"\u003e#125\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/67d5a876d5bb4831b3bc3bd3596e89934129bfbb\"\u003e\u003ccode\u003e67d5a87\u003c/code\u003e\u003c/a\u003e feat!: Change updater pr-strategy default to 'update' (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/124\"\u003e#124\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/45bc4f7aca06dd46fabc4c4d4982cedefce01ce5\"\u003e\u003ccode\u003e45bc4f7\u003c/code\u003e\u003c/a\u003e fix: Improve bullet-point resolution when plain text precedes bullet points (...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/5f024a80bb641c69d6e6bb7908560fd95ad2c389\"\u003e\u003ccode\u003e5f024a8\u003c/code\u003e\u003c/a\u003e test: Convert workflow test scripts to use PowerShell and Pester (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/122\"\u003e#122\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/747517a7da2d9d2811d3dd51dccd5fac55970e57\"\u003e\u003ccode\u003e747517a\u003c/code\u003e\u003c/a\u003e feat: Allow updater to target non-default branches (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/118\"\u003e#118\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/de9e3fa91db31c70cc49cc2d92e980e0459feb2f\"\u003e\u003ccode\u003ede9e3fa\u003c/code\u003e\u003c/a\u003e feat: Support GitHub release title pattern matching (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/117\"\u003e#117\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/1dbbc41ea5a040a35391a6658c17a2528b34e673\"\u003e\u003ccode\u003e1dbbc41\u003c/code\u003e\u003c/a\u003e Add git commit fallback for repositories without changelog files (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/116\"\u003e#116\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/6af5c2d9a035ea4439bdc5efd679376fae9a02a7\"\u003e\u003ccode\u003e6af5c2d\u003c/code\u003e\u003c/a\u003e fix: improve changelog generation for non-tagged commits and edge cases (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/115\"\u003e#115\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/getsentry/github-workflows/compare/v2...v3\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=getsentry/github-workflows\u0026package-manager=github_actions\u0026previous-version=2\u0026new-version=3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e\n\n\u003c!-- CURSOR_SUMMARY --\u003e\n---\n\n\u003e [!NOTE]\n\u003e Update `.github/workflows/danger.yml` to use `getsentry/github-workflows/.github/workflows/danger.yml@v3` instead of `@v2`.\n\u003e \n\u003e \u003csup\u003eWritten by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit bedc4c5e3e6835bb732505419b93647185e7c3eb. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).\u003c/sup\u003e\n\u003c!-- /CURSOR_SUMMARY --\u003e","html_url":"https://github.com/getsentry/sentry-cocoa/pull/6303","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fsentry-cocoa/issues/6303","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/6303/packages"},{"uuid":"2872122699","node_id":"PR_kwDOCktHMc6rMR1L","number":1797,"state":"open","title":"build(deps): bump getsentry/github-workflows from 2 to 3","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-09-29T21:30:08.000Z","updated_at":"2025-09-29T21:30:08.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"build(deps)","packages":[{"name":"getsentry/github-workflows","old_version":"2","new_version":"3","repository_url":"https://github.com/getsentry/github-workflows"}],"path":null,"ecosystem":"actions"},"body":"Bumps [getsentry/github-workflows](https://github.com/getsentry/github-workflows) from 2 to 3.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/getsentry/github-workflows/releases\"\u003egetsentry/github-workflows's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e3.0.0\u003c/h2\u003e\n\u003ch3\u003eBreaking Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater: The default value for \u003ccode\u003epr-strategy\u003c/code\u003e has been changed from \u003ccode\u003ecreate\u003c/code\u003e to \u003ccode\u003eupdate\u003c/code\u003e. (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/124\"\u003e#124\u003c/a\u003e)\nThis 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).\nIf you want to preserve the previous behavior of creating separate PRs, explicitly set \u003ccode\u003epr-strategy: create\u003c/code\u003e in your workflow:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e- uses: getsentry/github-workflows/updater@v3\n  with:\n    # ... other inputs ...\n    pr-strategy: create  # Add this to preserve previous behavior\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eIn case you have existing open PRs created with the \u003ccode\u003ecreate\u003c/code\u003e strategy, you will need to remove these old branches\nmanually as the new name would be a prefix of the old PRs, which git doesnt' allow.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater and Danger reusable workflows are now composite actions (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/114\"\u003e#114\u003c/a\u003e)\u003c/p\u003e\n\u003cp\u003eTo update your existing Updater workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  native:\n    uses: getsentry/github-workflows/.github/workflows/updater.yml@v2\n    with:\n      path: scripts/update-sentry-native-ndk.sh\n      name: Native SDK\n    secrets:\n      # If a custom token is used instead, a CI would be triggered on a created PR.\n      api-token: ${{ secrets.CI_DEPLOY_KEY }}\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003enative:\u003cbr /\u003e\nruns-on: ubuntu-latest\u003cbr /\u003e\nsteps:\u003cbr /\u003e\n- uses: getsentry/github-workflows/updater@v3\u003cbr /\u003e\nwith:\u003cbr /\u003e\npath: scripts/update-sentry-native-ndk.sh\u003cbr /\u003e\nname: Native SDK\u003cbr /\u003e\napi-token: ${{ secrets.CI_DEPLOY_KEY }}\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003cp\u003eTo update your existing Danger workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  danger:\n    uses: getsentry/github-workflows/.github/workflows/danger.yml@v2\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003edanger:\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/getsentry/github-workflows/blob/main/CHANGELOG.md\"\u003egetsentry/github-workflows's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003ch2\u003eUnreleased\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdater - Fix boolean input handling for \u003ccode\u003echangelog-entry\u003c/code\u003e parameter and add input validation (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/127\"\u003e#127\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e3.0.0\u003c/h2\u003e\n\u003ch3\u003eBreaking Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater: The default value for \u003ccode\u003epr-strategy\u003c/code\u003e has been changed from \u003ccode\u003ecreate\u003c/code\u003e to \u003ccode\u003eupdate\u003c/code\u003e. (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/124\"\u003e#124\u003c/a\u003e)\nThis 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).\nIf you want to preserve the previous behavior of creating separate PRs, explicitly set \u003ccode\u003epr-strategy: create\u003c/code\u003e in your workflow:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e- uses: getsentry/github-workflows/updater@v3\n  with:\n    # ... other inputs ...\n    pr-strategy: create  # Add this to preserve previous behavior\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eIn case you have existing open PRs created with the \u003ccode\u003ecreate\u003c/code\u003e strategy, you will need to remove these old branches\nmanually as the new name would be a prefix of the old PRs, which git doesnt' allow.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater and Danger reusable workflows are now composite actions (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/114\"\u003e#114\u003c/a\u003e)\u003c/p\u003e\n\u003cp\u003eTo update your existing Updater workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  native:\n    uses: getsentry/github-workflows/.github/workflows/updater.yml@v2\n    with:\n      path: scripts/update-sentry-native-ndk.sh\n      name: Native SDK\n    secrets:\n      # If a custom token is used instead, a CI would be triggered on a created PR.\n      api-token: ${{ secrets.CI_DEPLOY_KEY }}\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003enative:\u003cbr /\u003e\nruns-on: ubuntu-latest\u003cbr /\u003e\nsteps:\u003cbr /\u003e\n- uses: getsentry/github-workflows/updater@v3\u003cbr /\u003e\nwith:\u003cbr /\u003e\npath: scripts/update-sentry-native-ndk.sh\u003cbr /\u003e\nname: Native SDK\u003cbr /\u003e\napi-token: ${{ secrets.CI_DEPLOY_KEY }}\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/342f5e2f3bbf5f10063869b36317d308c3c938ef\"\u003e\u003ccode\u003e342f5e2\u003c/code\u003e\u003c/a\u003e release: 3.0.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/91b2c0179b0232f02a8c685c6754ee67b966692e\"\u003e\u003ccode\u003e91b2c01\u003c/code\u003e\u003c/a\u003e chore: Clean up changelog by removing outdated version sections and redundant...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/13193d290e6f9fdb2e40a0c154ee7137e80880f9\"\u003e\u003ccode\u003e13193d2\u003c/code\u003e\u003c/a\u003e fix: Handle null bullet point detection in update-changelog script (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/125\"\u003e#125\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/67d5a876d5bb4831b3bc3bd3596e89934129bfbb\"\u003e\u003ccode\u003e67d5a87\u003c/code\u003e\u003c/a\u003e feat!: Change updater pr-strategy default to 'update' (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/124\"\u003e#124\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/45bc4f7aca06dd46fabc4c4d4982cedefce01ce5\"\u003e\u003ccode\u003e45bc4f7\u003c/code\u003e\u003c/a\u003e fix: Improve bullet-point resolution when plain text precedes bullet points (...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/5f024a80bb641c69d6e6bb7908560fd95ad2c389\"\u003e\u003ccode\u003e5f024a8\u003c/code\u003e\u003c/a\u003e test: Convert workflow test scripts to use PowerShell and Pester (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/122\"\u003e#122\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/747517a7da2d9d2811d3dd51dccd5fac55970e57\"\u003e\u003ccode\u003e747517a\u003c/code\u003e\u003c/a\u003e feat: Allow updater to target non-default branches (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/118\"\u003e#118\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/de9e3fa91db31c70cc49cc2d92e980e0459feb2f\"\u003e\u003ccode\u003ede9e3fa\u003c/code\u003e\u003c/a\u003e feat: Support GitHub release title pattern matching (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/117\"\u003e#117\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/1dbbc41ea5a040a35391a6658c17a2528b34e673\"\u003e\u003ccode\u003e1dbbc41\u003c/code\u003e\u003c/a\u003e Add git commit fallback for repositories without changelog files (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/116\"\u003e#116\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/6af5c2d9a035ea4439bdc5efd679376fae9a02a7\"\u003e\u003ccode\u003e6af5c2d\u003c/code\u003e\u003c/a\u003e fix: improve changelog generation for non-tagged commits and edge cases (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/115\"\u003e#115\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/getsentry/github-workflows/compare/v2...v3\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=getsentry/github-workflows\u0026package-manager=github_actions\u0026previous-version=2\u0026new-version=3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/getsentry/symbolicator/pull/1797","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fsymbolicator/issues/1797","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/1797/packages"},{"uuid":"2871665253","node_id":"PR_kwDOElKB_c6rKiJl","number":986,"state":"closed","title":"build(deps): bump getsentry/github-workflows from 2 to 3","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-10-07T15:20:58.000Z","author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-09-29T18:41:31.000Z","updated_at":"2025-10-07T15:20:58.000Z","time_to_close":679167,"merged_at":"2025-10-07T15:20:58.000Z","merged_by":"lucas-zimerman","closed_by":null,"dependency_metadata":{"prefix":"build(deps)","packages":[{"name":"getsentry/github-workflows","old_version":"2","new_version":"3","repository_url":"https://github.com/getsentry/github-workflows"}],"path":null,"ecosystem":"actions"},"body":"Bumps [getsentry/github-workflows](https://github.com/getsentry/github-workflows) from 2 to 3.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/getsentry/github-workflows/releases\"\u003egetsentry/github-workflows's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e3.0.0\u003c/h2\u003e\n\u003ch3\u003eBreaking Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater: The default value for \u003ccode\u003epr-strategy\u003c/code\u003e has been changed from \u003ccode\u003ecreate\u003c/code\u003e to \u003ccode\u003eupdate\u003c/code\u003e. (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/124\"\u003e#124\u003c/a\u003e)\nThis 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).\nIf you want to preserve the previous behavior of creating separate PRs, explicitly set \u003ccode\u003epr-strategy: create\u003c/code\u003e in your workflow:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e- uses: getsentry/github-workflows/updater@v3\n  with:\n    # ... other inputs ...\n    pr-strategy: create  # Add this to preserve previous behavior\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eIn case you have existing open PRs created with the \u003ccode\u003ecreate\u003c/code\u003e strategy, you will need to remove these old branches\nmanually as the new name would be a prefix of the old PRs, which git doesnt' allow.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater and Danger reusable workflows are now composite actions (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/114\"\u003e#114\u003c/a\u003e)\u003c/p\u003e\n\u003cp\u003eTo update your existing Updater workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  native:\n    uses: getsentry/github-workflows/.github/workflows/updater.yml@v2\n    with:\n      path: scripts/update-sentry-native-ndk.sh\n      name: Native SDK\n    secrets:\n      # If a custom token is used instead, a CI would be triggered on a created PR.\n      api-token: ${{ secrets.CI_DEPLOY_KEY }}\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003enative:\u003cbr /\u003e\nruns-on: ubuntu-latest\u003cbr /\u003e\nsteps:\u003cbr /\u003e\n- uses: getsentry/github-workflows/updater@v3\u003cbr /\u003e\nwith:\u003cbr /\u003e\npath: scripts/update-sentry-native-ndk.sh\u003cbr /\u003e\nname: Native SDK\u003cbr /\u003e\napi-token: ${{ secrets.CI_DEPLOY_KEY }}\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003cp\u003eTo update your existing Danger workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  danger:\n    uses: getsentry/github-workflows/.github/workflows/danger.yml@v2\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003edanger:\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/getsentry/github-workflows/blob/main/CHANGELOG.md\"\u003egetsentry/github-workflows's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003ch2\u003eUnreleased\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdater - Fix boolean input handling for \u003ccode\u003echangelog-entry\u003c/code\u003e parameter and add input validation (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/127\"\u003e#127\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e3.0.0\u003c/h2\u003e\n\u003ch3\u003eBreaking Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater: The default value for \u003ccode\u003epr-strategy\u003c/code\u003e has been changed from \u003ccode\u003ecreate\u003c/code\u003e to \u003ccode\u003eupdate\u003c/code\u003e. (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/124\"\u003e#124\u003c/a\u003e)\nThis 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).\nIf you want to preserve the previous behavior of creating separate PRs, explicitly set \u003ccode\u003epr-strategy: create\u003c/code\u003e in your workflow:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e- uses: getsentry/github-workflows/updater@v3\n  with:\n    # ... other inputs ...\n    pr-strategy: create  # Add this to preserve previous behavior\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eIn case you have existing open PRs created with the \u003ccode\u003ecreate\u003c/code\u003e strategy, you will need to remove these old branches\nmanually as the new name would be a prefix of the old PRs, which git doesnt' allow.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater and Danger reusable workflows are now composite actions (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/114\"\u003e#114\u003c/a\u003e)\u003c/p\u003e\n\u003cp\u003eTo update your existing Updater workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  native:\n    uses: getsentry/github-workflows/.github/workflows/updater.yml@v2\n    with:\n      path: scripts/update-sentry-native-ndk.sh\n      name: Native SDK\n    secrets:\n      # If a custom token is used instead, a CI would be triggered on a created PR.\n      api-token: ${{ secrets.CI_DEPLOY_KEY }}\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003enative:\u003cbr /\u003e\nruns-on: ubuntu-latest\u003cbr /\u003e\nsteps:\u003cbr /\u003e\n- uses: getsentry/github-workflows/updater@v3\u003cbr /\u003e\nwith:\u003cbr /\u003e\npath: scripts/update-sentry-native-ndk.sh\u003cbr /\u003e\nname: Native SDK\u003cbr /\u003e\napi-token: ${{ secrets.CI_DEPLOY_KEY }}\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/342f5e2f3bbf5f10063869b36317d308c3c938ef\"\u003e\u003ccode\u003e342f5e2\u003c/code\u003e\u003c/a\u003e release: 3.0.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/91b2c0179b0232f02a8c685c6754ee67b966692e\"\u003e\u003ccode\u003e91b2c01\u003c/code\u003e\u003c/a\u003e chore: Clean up changelog by removing outdated version sections and redundant...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/13193d290e6f9fdb2e40a0c154ee7137e80880f9\"\u003e\u003ccode\u003e13193d2\u003c/code\u003e\u003c/a\u003e fix: Handle null bullet point detection in update-changelog script (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/125\"\u003e#125\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/67d5a876d5bb4831b3bc3bd3596e89934129bfbb\"\u003e\u003ccode\u003e67d5a87\u003c/code\u003e\u003c/a\u003e feat!: Change updater pr-strategy default to 'update' (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/124\"\u003e#124\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/45bc4f7aca06dd46fabc4c4d4982cedefce01ce5\"\u003e\u003ccode\u003e45bc4f7\u003c/code\u003e\u003c/a\u003e fix: Improve bullet-point resolution when plain text precedes bullet points (...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/5f024a80bb641c69d6e6bb7908560fd95ad2c389\"\u003e\u003ccode\u003e5f024a8\u003c/code\u003e\u003c/a\u003e test: Convert workflow test scripts to use PowerShell and Pester (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/122\"\u003e#122\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/747517a7da2d9d2811d3dd51dccd5fac55970e57\"\u003e\u003ccode\u003e747517a\u003c/code\u003e\u003c/a\u003e feat: Allow updater to target non-default branches (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/118\"\u003e#118\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/de9e3fa91db31c70cc49cc2d92e980e0459feb2f\"\u003e\u003ccode\u003ede9e3fa\u003c/code\u003e\u003c/a\u003e feat: Support GitHub release title pattern matching (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/117\"\u003e#117\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/1dbbc41ea5a040a35391a6658c17a2528b34e673\"\u003e\u003ccode\u003e1dbbc41\u003c/code\u003e\u003c/a\u003e Add git commit fallback for repositories without changelog files (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/116\"\u003e#116\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/6af5c2d9a035ea4439bdc5efd679376fae9a02a7\"\u003e\u003ccode\u003e6af5c2d\u003c/code\u003e\u003c/a\u003e fix: improve changelog generation for non-tagged commits and edge cases (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/115\"\u003e#115\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/getsentry/github-workflows/compare/v2...v3\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=getsentry/github-workflows\u0026package-manager=github_actions\u0026previous-version=2\u0026new-version=3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/getsentry/sentry-capacitor/pull/986","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fsentry-capacitor/issues/986","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/986/packages"},{"uuid":"2871482289","node_id":"PR_kwDOBeVNvs6rJ1ex","number":3277,"state":"closed","title":"build(deps): bump getsentry/github-workflows from 2 to 3","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":"2025-10-06T08:37:13.000Z","author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-09-29T17:41:22.000Z","updated_at":"2025-10-06T08:37:13.000Z","time_to_close":572151,"merged_at":"2025-10-06T08:37:13.000Z","merged_by":"buenaflor","closed_by":null,"dependency_metadata":{"prefix":"build(deps)","packages":[{"name":"getsentry/github-workflows","old_version":"2","new_version":"3","repository_url":"https://github.com/getsentry/github-workflows"}],"path":null,"ecosystem":"actions"},"body":"Bumps [getsentry/github-workflows](https://github.com/getsentry/github-workflows) from 2 to 3.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/getsentry/github-workflows/releases\"\u003egetsentry/github-workflows's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e3.0.0\u003c/h2\u003e\n\u003ch3\u003eBreaking Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater: The default value for \u003ccode\u003epr-strategy\u003c/code\u003e has been changed from \u003ccode\u003ecreate\u003c/code\u003e to \u003ccode\u003eupdate\u003c/code\u003e. (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/124\"\u003e#124\u003c/a\u003e)\nThis 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).\nIf you want to preserve the previous behavior of creating separate PRs, explicitly set \u003ccode\u003epr-strategy: create\u003c/code\u003e in your workflow:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e- uses: getsentry/github-workflows/updater@v3\n  with:\n    # ... other inputs ...\n    pr-strategy: create  # Add this to preserve previous behavior\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eIn case you have existing open PRs created with the \u003ccode\u003ecreate\u003c/code\u003e strategy, you will need to remove these old branches\nmanually as the new name would be a prefix of the old PRs, which git doesnt' allow.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater and Danger reusable workflows are now composite actions (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/114\"\u003e#114\u003c/a\u003e)\u003c/p\u003e\n\u003cp\u003eTo update your existing Updater workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  native:\n    uses: getsentry/github-workflows/.github/workflows/updater.yml@v2\n    with:\n      path: scripts/update-sentry-native-ndk.sh\n      name: Native SDK\n    secrets:\n      # If a custom token is used instead, a CI would be triggered on a created PR.\n      api-token: ${{ secrets.CI_DEPLOY_KEY }}\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003enative:\u003cbr /\u003e\nruns-on: ubuntu-latest\u003cbr /\u003e\nsteps:\u003cbr /\u003e\n- uses: getsentry/github-workflows/updater@v3\u003cbr /\u003e\nwith:\u003cbr /\u003e\npath: scripts/update-sentry-native-ndk.sh\u003cbr /\u003e\nname: Native SDK\u003cbr /\u003e\napi-token: ${{ secrets.CI_DEPLOY_KEY }}\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003cp\u003eTo update your existing Danger workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  danger:\n    uses: getsentry/github-workflows/.github/workflows/danger.yml@v2\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003edanger:\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/getsentry/github-workflows/blob/main/CHANGELOG.md\"\u003egetsentry/github-workflows's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003ch2\u003eUnreleased\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdater - Fix boolean input handling for \u003ccode\u003echangelog-entry\u003c/code\u003e parameter and add input validation (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/127\"\u003e#127\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e3.0.0\u003c/h2\u003e\n\u003ch3\u003eBreaking Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater: The default value for \u003ccode\u003epr-strategy\u003c/code\u003e has been changed from \u003ccode\u003ecreate\u003c/code\u003e to \u003ccode\u003eupdate\u003c/code\u003e. (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/124\"\u003e#124\u003c/a\u003e)\nThis 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).\nIf you want to preserve the previous behavior of creating separate PRs, explicitly set \u003ccode\u003epr-strategy: create\u003c/code\u003e in your workflow:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e- uses: getsentry/github-workflows/updater@v3\n  with:\n    # ... other inputs ...\n    pr-strategy: create  # Add this to preserve previous behavior\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eIn case you have existing open PRs created with the \u003ccode\u003ecreate\u003c/code\u003e strategy, you will need to remove these old branches\nmanually as the new name would be a prefix of the old PRs, which git doesnt' allow.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater and Danger reusable workflows are now composite actions (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/114\"\u003e#114\u003c/a\u003e)\u003c/p\u003e\n\u003cp\u003eTo update your existing Updater workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  native:\n    uses: getsentry/github-workflows/.github/workflows/updater.yml@v2\n    with:\n      path: scripts/update-sentry-native-ndk.sh\n      name: Native SDK\n    secrets:\n      # If a custom token is used instead, a CI would be triggered on a created PR.\n      api-token: ${{ secrets.CI_DEPLOY_KEY }}\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003enative:\u003cbr /\u003e\nruns-on: ubuntu-latest\u003cbr /\u003e\nsteps:\u003cbr /\u003e\n- uses: getsentry/github-workflows/updater@v3\u003cbr /\u003e\nwith:\u003cbr /\u003e\npath: scripts/update-sentry-native-ndk.sh\u003cbr /\u003e\nname: Native SDK\u003cbr /\u003e\napi-token: ${{ secrets.CI_DEPLOY_KEY }}\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/342f5e2f3bbf5f10063869b36317d308c3c938ef\"\u003e\u003ccode\u003e342f5e2\u003c/code\u003e\u003c/a\u003e release: 3.0.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/91b2c0179b0232f02a8c685c6754ee67b966692e\"\u003e\u003ccode\u003e91b2c01\u003c/code\u003e\u003c/a\u003e chore: Clean up changelog by removing outdated version sections and redundant...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/13193d290e6f9fdb2e40a0c154ee7137e80880f9\"\u003e\u003ccode\u003e13193d2\u003c/code\u003e\u003c/a\u003e fix: Handle null bullet point detection in update-changelog script (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/125\"\u003e#125\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/67d5a876d5bb4831b3bc3bd3596e89934129bfbb\"\u003e\u003ccode\u003e67d5a87\u003c/code\u003e\u003c/a\u003e feat!: Change updater pr-strategy default to 'update' (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/124\"\u003e#124\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/45bc4f7aca06dd46fabc4c4d4982cedefce01ce5\"\u003e\u003ccode\u003e45bc4f7\u003c/code\u003e\u003c/a\u003e fix: Improve bullet-point resolution when plain text precedes bullet points (...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/5f024a80bb641c69d6e6bb7908560fd95ad2c389\"\u003e\u003ccode\u003e5f024a8\u003c/code\u003e\u003c/a\u003e test: Convert workflow test scripts to use PowerShell and Pester (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/122\"\u003e#122\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/747517a7da2d9d2811d3dd51dccd5fac55970e57\"\u003e\u003ccode\u003e747517a\u003c/code\u003e\u003c/a\u003e feat: Allow updater to target non-default branches (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/118\"\u003e#118\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/de9e3fa91db31c70cc49cc2d92e980e0459feb2f\"\u003e\u003ccode\u003ede9e3fa\u003c/code\u003e\u003c/a\u003e feat: Support GitHub release title pattern matching (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/117\"\u003e#117\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/1dbbc41ea5a040a35391a6658c17a2528b34e673\"\u003e\u003ccode\u003e1dbbc41\u003c/code\u003e\u003c/a\u003e Add git commit fallback for repositories without changelog files (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/116\"\u003e#116\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/6af5c2d9a035ea4439bdc5efd679376fae9a02a7\"\u003e\u003ccode\u003e6af5c2d\u003c/code\u003e\u003c/a\u003e fix: improve changelog generation for non-tagged commits and edge cases (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/115\"\u003e#115\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/getsentry/github-workflows/compare/v2...v3\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=getsentry/github-workflows\u0026package-manager=github_actions\u0026previous-version=2\u0026new-version=3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e\n\n\u003c!-- CURSOR_SUMMARY --\u003e\n---\n\n\u003e [!NOTE]\n\u003e Update GitHub Actions to use getsentry/github-workflows v3 for Danger and all dependency updater jobs.\n\u003e \n\u003e - **CI Workflows**:\n\u003e   - **Danger**: Switch `uses` in `.github/workflows/danger.yml` from `@v2` to `@v3`.\n\u003e   - **Dependency Updaters** in `.github/workflows/update-deps.yml`:\n\u003e     - Update `uses` from `@v2` to `@v3` for `android`, `cocoa`, `js`, `native`, `metrics-flutter`, and `symbol-collector` jobs.\n\u003e \n\u003e \u003csup\u003eWritten by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 4cd7719d06e2c94013e2340484e48da3939290bd. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).\u003c/sup\u003e\n\u003c!-- /CURSOR_SUMMARY --\u003e","html_url":"https://github.com/getsentry/sentry-dart/pull/3277","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fsentry-dart/issues/3277","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/3277/packages"},{"uuid":"2870332617","node_id":"PR_kwDOA5Fy-s6rFczJ","number":345,"state":"open","title":"build(deps): bump getsentry/github-workflows from 2 to 3","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-09-29T12:02:37.000Z","updated_at":"2025-09-29T12:02:38.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"build(deps)","packages":[{"name":"getsentry/github-workflows","old_version":"2","new_version":"3","repository_url":"https://github.com/getsentry/github-workflows"}],"path":null,"ecosystem":"actions"},"body":"Bumps [getsentry/github-workflows](https://github.com/getsentry/github-workflows) from 2 to 3.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/getsentry/github-workflows/releases\"\u003egetsentry/github-workflows's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e3.0.0\u003c/h2\u003e\n\u003ch3\u003eBreaking Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater: The default value for \u003ccode\u003epr-strategy\u003c/code\u003e has been changed from \u003ccode\u003ecreate\u003c/code\u003e to \u003ccode\u003eupdate\u003c/code\u003e. (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/124\"\u003e#124\u003c/a\u003e)\nThis 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).\nIf you want to preserve the previous behavior of creating separate PRs, explicitly set \u003ccode\u003epr-strategy: create\u003c/code\u003e in your workflow:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e- uses: getsentry/github-workflows/updater@v3\n  with:\n    # ... other inputs ...\n    pr-strategy: create  # Add this to preserve previous behavior\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eIn case you have existing open PRs created with the \u003ccode\u003ecreate\u003c/code\u003e strategy, you will need to remove these old branches\nmanually as the new name would be a prefix of the old PRs, which git doesnt' allow.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater and Danger reusable workflows are now composite actions (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/114\"\u003e#114\u003c/a\u003e)\u003c/p\u003e\n\u003cp\u003eTo update your existing Updater workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  native:\n    uses: getsentry/github-workflows/.github/workflows/updater.yml@v2\n    with:\n      path: scripts/update-sentry-native-ndk.sh\n      name: Native SDK\n    secrets:\n      # If a custom token is used instead, a CI would be triggered on a created PR.\n      api-token: ${{ secrets.CI_DEPLOY_KEY }}\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003enative:\u003cbr /\u003e\nruns-on: ubuntu-latest\u003cbr /\u003e\nsteps:\u003cbr /\u003e\n- uses: getsentry/github-workflows/updater@v3\u003cbr /\u003e\nwith:\u003cbr /\u003e\npath: scripts/update-sentry-native-ndk.sh\u003cbr /\u003e\nname: Native SDK\u003cbr /\u003e\napi-token: ${{ secrets.CI_DEPLOY_KEY }}\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003cp\u003eTo update your existing Danger workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  danger:\n    uses: getsentry/github-workflows/.github/workflows/danger.yml@v2\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003edanger:\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/getsentry/github-workflows/blob/main/CHANGELOG.md\"\u003egetsentry/github-workflows's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003ch2\u003eUnreleased\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdater - Fix boolean input handling for \u003ccode\u003echangelog-entry\u003c/code\u003e parameter and add input validation (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/127\"\u003e#127\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e3.0.0\u003c/h2\u003e\n\u003ch3\u003eBreaking Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater: The default value for \u003ccode\u003epr-strategy\u003c/code\u003e has been changed from \u003ccode\u003ecreate\u003c/code\u003e to \u003ccode\u003eupdate\u003c/code\u003e. (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/124\"\u003e#124\u003c/a\u003e)\nThis 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).\nIf you want to preserve the previous behavior of creating separate PRs, explicitly set \u003ccode\u003epr-strategy: create\u003c/code\u003e in your workflow:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e- uses: getsentry/github-workflows/updater@v3\n  with:\n    # ... other inputs ...\n    pr-strategy: create  # Add this to preserve previous behavior\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eIn case you have existing open PRs created with the \u003ccode\u003ecreate\u003c/code\u003e strategy, you will need to remove these old branches\nmanually as the new name would be a prefix of the old PRs, which git doesnt' allow.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater and Danger reusable workflows are now composite actions (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/114\"\u003e#114\u003c/a\u003e)\u003c/p\u003e\n\u003cp\u003eTo update your existing Updater workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  native:\n    uses: getsentry/github-workflows/.github/workflows/updater.yml@v2\n    with:\n      path: scripts/update-sentry-native-ndk.sh\n      name: Native SDK\n    secrets:\n      # If a custom token is used instead, a CI would be triggered on a created PR.\n      api-token: ${{ secrets.CI_DEPLOY_KEY }}\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003enative:\u003cbr /\u003e\nruns-on: ubuntu-latest\u003cbr /\u003e\nsteps:\u003cbr /\u003e\n- uses: getsentry/github-workflows/updater@v3\u003cbr /\u003e\nwith:\u003cbr /\u003e\npath: scripts/update-sentry-native-ndk.sh\u003cbr /\u003e\nname: Native SDK\u003cbr /\u003e\napi-token: ${{ secrets.CI_DEPLOY_KEY }}\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/342f5e2f3bbf5f10063869b36317d308c3c938ef\"\u003e\u003ccode\u003e342f5e2\u003c/code\u003e\u003c/a\u003e release: 3.0.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/91b2c0179b0232f02a8c685c6754ee67b966692e\"\u003e\u003ccode\u003e91b2c01\u003c/code\u003e\u003c/a\u003e chore: Clean up changelog by removing outdated version sections and redundant...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/13193d290e6f9fdb2e40a0c154ee7137e80880f9\"\u003e\u003ccode\u003e13193d2\u003c/code\u003e\u003c/a\u003e fix: Handle null bullet point detection in update-changelog script (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/125\"\u003e#125\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/67d5a876d5bb4831b3bc3bd3596e89934129bfbb\"\u003e\u003ccode\u003e67d5a87\u003c/code\u003e\u003c/a\u003e feat!: Change updater pr-strategy default to 'update' (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/124\"\u003e#124\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/45bc4f7aca06dd46fabc4c4d4982cedefce01ce5\"\u003e\u003ccode\u003e45bc4f7\u003c/code\u003e\u003c/a\u003e fix: Improve bullet-point resolution when plain text precedes bullet points (...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/5f024a80bb641c69d6e6bb7908560fd95ad2c389\"\u003e\u003ccode\u003e5f024a8\u003c/code\u003e\u003c/a\u003e test: Convert workflow test scripts to use PowerShell and Pester (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/122\"\u003e#122\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/747517a7da2d9d2811d3dd51dccd5fac55970e57\"\u003e\u003ccode\u003e747517a\u003c/code\u003e\u003c/a\u003e feat: Allow updater to target non-default branches (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/118\"\u003e#118\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/de9e3fa91db31c70cc49cc2d92e980e0459feb2f\"\u003e\u003ccode\u003ede9e3fa\u003c/code\u003e\u003c/a\u003e feat: Support GitHub release title pattern matching (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/117\"\u003e#117\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/1dbbc41ea5a040a35391a6658c17a2528b34e673\"\u003e\u003ccode\u003e1dbbc41\u003c/code\u003e\u003c/a\u003e Add git commit fallback for repositories without changelog files (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/116\"\u003e#116\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/6af5c2d9a035ea4439bdc5efd679376fae9a02a7\"\u003e\u003ccode\u003e6af5c2d\u003c/code\u003e\u003c/a\u003e fix: improve changelog generation for non-tagged commits and edge cases (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/115\"\u003e#115\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/getsentry/github-workflows/compare/v2...v3\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=getsentry/github-workflows\u0026package-manager=github_actions\u0026previous-version=2\u0026new-version=3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/getsentry/sentry-fastlane-plugin/pull/345","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fsentry-fastlane-plugin/issues/345","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/345/packages"},{"uuid":"2869568563","node_id":"PR_kwDOBHtnUc6rCiQz","number":5216,"state":"closed","title":"chore(deps): bump getsentry/github-workflows from 2 to 3","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":"2025-09-29T12:13:26.000Z","author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-09-29T08:32:50.000Z","updated_at":"2025-09-29T12:13:27.000Z","time_to_close":13236,"merged_at":"2025-09-29T12:13:26.000Z","merged_by":"antonis","closed_by":null,"dependency_metadata":{"prefix":"chore(deps)","packages":[{"name":"getsentry/github-workflows","old_version":"2","new_version":"3","repository_url":"https://github.com/getsentry/github-workflows"}],"path":null,"ecosystem":"actions"},"body":"Bumps [getsentry/github-workflows](https://github.com/getsentry/github-workflows) from 2 to 3.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/getsentry/github-workflows/releases\"\u003egetsentry/github-workflows's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e3.0.0\u003c/h2\u003e\n\u003ch3\u003eBreaking Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater: The default value for \u003ccode\u003epr-strategy\u003c/code\u003e has been changed from \u003ccode\u003ecreate\u003c/code\u003e to \u003ccode\u003eupdate\u003c/code\u003e. (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/124\"\u003e#124\u003c/a\u003e)\nThis 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).\nIf you want to preserve the previous behavior of creating separate PRs, explicitly set \u003ccode\u003epr-strategy: create\u003c/code\u003e in your workflow:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e- uses: getsentry/github-workflows/updater@v3\n  with:\n    # ... other inputs ...\n    pr-strategy: create  # Add this to preserve previous behavior\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eIn case you have existing open PRs created with the \u003ccode\u003ecreate\u003c/code\u003e strategy, you will need to remove these old branches\nmanually as the new name would be a prefix of the old PRs, which git doesnt' allow.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater and Danger reusable workflows are now composite actions (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/114\"\u003e#114\u003c/a\u003e)\u003c/p\u003e\n\u003cp\u003eTo update your existing Updater workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  native:\n    uses: getsentry/github-workflows/.github/workflows/updater.yml@v2\n    with:\n      path: scripts/update-sentry-native-ndk.sh\n      name: Native SDK\n    secrets:\n      # If a custom token is used instead, a CI would be triggered on a created PR.\n      api-token: ${{ secrets.CI_DEPLOY_KEY }}\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003enative:\u003cbr /\u003e\nruns-on: ubuntu-latest\u003cbr /\u003e\nsteps:\u003cbr /\u003e\n- uses: getsentry/github-workflows/updater@v3\u003cbr /\u003e\nwith:\u003cbr /\u003e\npath: scripts/update-sentry-native-ndk.sh\u003cbr /\u003e\nname: Native SDK\u003cbr /\u003e\napi-token: ${{ secrets.CI_DEPLOY_KEY }}\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003cp\u003eTo update your existing Danger workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  danger:\n    uses: getsentry/github-workflows/.github/workflows/danger.yml@v2\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003edanger:\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/getsentry/github-workflows/blob/main/CHANGELOG.md\"\u003egetsentry/github-workflows's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003ch2\u003eUnreleased\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdater - Fix boolean input handling for \u003ccode\u003echangelog-entry\u003c/code\u003e parameter and add input validation (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/127\"\u003e#127\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e3.0.0\u003c/h2\u003e\n\u003ch3\u003eBreaking Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater: The default value for \u003ccode\u003epr-strategy\u003c/code\u003e has been changed from \u003ccode\u003ecreate\u003c/code\u003e to \u003ccode\u003eupdate\u003c/code\u003e. (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/124\"\u003e#124\u003c/a\u003e)\nThis 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).\nIf you want to preserve the previous behavior of creating separate PRs, explicitly set \u003ccode\u003epr-strategy: create\u003c/code\u003e in your workflow:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e- uses: getsentry/github-workflows/updater@v3\n  with:\n    # ... other inputs ...\n    pr-strategy: create  # Add this to preserve previous behavior\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eIn case you have existing open PRs created with the \u003ccode\u003ecreate\u003c/code\u003e strategy, you will need to remove these old branches\nmanually as the new name would be a prefix of the old PRs, which git doesnt' allow.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater and Danger reusable workflows are now composite actions (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/114\"\u003e#114\u003c/a\u003e)\u003c/p\u003e\n\u003cp\u003eTo update your existing Updater workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  native:\n    uses: getsentry/github-workflows/.github/workflows/updater.yml@v2\n    with:\n      path: scripts/update-sentry-native-ndk.sh\n      name: Native SDK\n    secrets:\n      # If a custom token is used instead, a CI would be triggered on a created PR.\n      api-token: ${{ secrets.CI_DEPLOY_KEY }}\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003enative:\u003cbr /\u003e\nruns-on: ubuntu-latest\u003cbr /\u003e\nsteps:\u003cbr /\u003e\n- uses: getsentry/github-workflows/updater@v3\u003cbr /\u003e\nwith:\u003cbr /\u003e\npath: scripts/update-sentry-native-ndk.sh\u003cbr /\u003e\nname: Native SDK\u003cbr /\u003e\napi-token: ${{ secrets.CI_DEPLOY_KEY }}\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/342f5e2f3bbf5f10063869b36317d308c3c938ef\"\u003e\u003ccode\u003e342f5e2\u003c/code\u003e\u003c/a\u003e release: 3.0.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/91b2c0179b0232f02a8c685c6754ee67b966692e\"\u003e\u003ccode\u003e91b2c01\u003c/code\u003e\u003c/a\u003e chore: Clean up changelog by removing outdated version sections and redundant...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/13193d290e6f9fdb2e40a0c154ee7137e80880f9\"\u003e\u003ccode\u003e13193d2\u003c/code\u003e\u003c/a\u003e fix: Handle null bullet point detection in update-changelog script (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/125\"\u003e#125\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/67d5a876d5bb4831b3bc3bd3596e89934129bfbb\"\u003e\u003ccode\u003e67d5a87\u003c/code\u003e\u003c/a\u003e feat!: Change updater pr-strategy default to 'update' (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/124\"\u003e#124\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/45bc4f7aca06dd46fabc4c4d4982cedefce01ce5\"\u003e\u003ccode\u003e45bc4f7\u003c/code\u003e\u003c/a\u003e fix: Improve bullet-point resolution when plain text precedes bullet points (...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/5f024a80bb641c69d6e6bb7908560fd95ad2c389\"\u003e\u003ccode\u003e5f024a8\u003c/code\u003e\u003c/a\u003e test: Convert workflow test scripts to use PowerShell and Pester (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/122\"\u003e#122\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/747517a7da2d9d2811d3dd51dccd5fac55970e57\"\u003e\u003ccode\u003e747517a\u003c/code\u003e\u003c/a\u003e feat: Allow updater to target non-default branches (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/118\"\u003e#118\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/de9e3fa91db31c70cc49cc2d92e980e0459feb2f\"\u003e\u003ccode\u003ede9e3fa\u003c/code\u003e\u003c/a\u003e feat: Support GitHub release title pattern matching (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/117\"\u003e#117\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/1dbbc41ea5a040a35391a6658c17a2528b34e673\"\u003e\u003ccode\u003e1dbbc41\u003c/code\u003e\u003c/a\u003e Add git commit fallback for repositories without changelog files (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/116\"\u003e#116\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/6af5c2d9a035ea4439bdc5efd679376fae9a02a7\"\u003e\u003ccode\u003e6af5c2d\u003c/code\u003e\u003c/a\u003e fix: improve changelog generation for non-tagged commits and edge cases (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/115\"\u003e#115\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/getsentry/github-workflows/compare/v2...v3\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=getsentry/github-workflows\u0026package-manager=github_actions\u0026previous-version=2\u0026new-version=3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/getsentry/sentry-react-native/pull/5216","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fsentry-react-native/issues/5216","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/5216/packages"},{"uuid":"2868974038","node_id":"PR_kwDOADNk_s6rARHW","number":4760,"state":"open","title":"build(deps): bump getsentry/github-workflows from 2 to 3","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-09-29T04:22:04.000Z","updated_at":"2025-09-29T04:23:54.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"build(deps)","packages":[{"name":"getsentry/github-workflows","old_version":"2","new_version":"3","repository_url":"https://github.com/getsentry/github-workflows"}],"path":null,"ecosystem":"actions"},"body":"Bumps [getsentry/github-workflows](https://github.com/getsentry/github-workflows) from 2 to 3.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/getsentry/github-workflows/releases\"\u003egetsentry/github-workflows's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e3.0.0\u003c/h2\u003e\n\u003ch3\u003eBreaking Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater: The default value for \u003ccode\u003epr-strategy\u003c/code\u003e has been changed from \u003ccode\u003ecreate\u003c/code\u003e to \u003ccode\u003eupdate\u003c/code\u003e. (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/124\"\u003e#124\u003c/a\u003e)\nThis 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).\nIf you want to preserve the previous behavior of creating separate PRs, explicitly set \u003ccode\u003epr-strategy: create\u003c/code\u003e in your workflow:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e- uses: getsentry/github-workflows/updater@v3\n  with:\n    # ... other inputs ...\n    pr-strategy: create  # Add this to preserve previous behavior\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eIn case you have existing open PRs created with the \u003ccode\u003ecreate\u003c/code\u003e strategy, you will need to remove these old branches\nmanually as the new name would be a prefix of the old PRs, which git doesnt' allow.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater and Danger reusable workflows are now composite actions (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/114\"\u003e#114\u003c/a\u003e)\u003c/p\u003e\n\u003cp\u003eTo update your existing Updater workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  native:\n    uses: getsentry/github-workflows/.github/workflows/updater.yml@v2\n    with:\n      path: scripts/update-sentry-native-ndk.sh\n      name: Native SDK\n    secrets:\n      # If a custom token is used instead, a CI would be triggered on a created PR.\n      api-token: ${{ secrets.CI_DEPLOY_KEY }}\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003enative:\u003cbr /\u003e\nruns-on: ubuntu-latest\u003cbr /\u003e\nsteps:\u003cbr /\u003e\n- uses: getsentry/github-workflows/updater@v3\u003cbr /\u003e\nwith:\u003cbr /\u003e\npath: scripts/update-sentry-native-ndk.sh\u003cbr /\u003e\nname: Native SDK\u003cbr /\u003e\napi-token: ${{ secrets.CI_DEPLOY_KEY }}\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003cp\u003eTo update your existing Danger workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  danger:\n    uses: getsentry/github-workflows/.github/workflows/danger.yml@v2\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003edanger:\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/getsentry/github-workflows/blob/main/CHANGELOG.md\"\u003egetsentry/github-workflows's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003ch2\u003eUnreleased\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdater - Fix boolean input handling for \u003ccode\u003echangelog-entry\u003c/code\u003e parameter and add input validation (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/127\"\u003e#127\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e3.0.0\u003c/h2\u003e\n\u003ch3\u003eBreaking Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater: The default value for \u003ccode\u003epr-strategy\u003c/code\u003e has been changed from \u003ccode\u003ecreate\u003c/code\u003e to \u003ccode\u003eupdate\u003c/code\u003e. (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/124\"\u003e#124\u003c/a\u003e)\nThis 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).\nIf you want to preserve the previous behavior of creating separate PRs, explicitly set \u003ccode\u003epr-strategy: create\u003c/code\u003e in your workflow:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e- uses: getsentry/github-workflows/updater@v3\n  with:\n    # ... other inputs ...\n    pr-strategy: create  # Add this to preserve previous behavior\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eIn case you have existing open PRs created with the \u003ccode\u003ecreate\u003c/code\u003e strategy, you will need to remove these old branches\nmanually as the new name would be a prefix of the old PRs, which git doesnt' allow.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater and Danger reusable workflows are now composite actions (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/114\"\u003e#114\u003c/a\u003e)\u003c/p\u003e\n\u003cp\u003eTo update your existing Updater workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  native:\n    uses: getsentry/github-workflows/.github/workflows/updater.yml@v2\n    with:\n      path: scripts/update-sentry-native-ndk.sh\n      name: Native SDK\n    secrets:\n      # If a custom token is used instead, a CI would be triggered on a created PR.\n      api-token: ${{ secrets.CI_DEPLOY_KEY }}\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003enative:\u003cbr /\u003e\nruns-on: ubuntu-latest\u003cbr /\u003e\nsteps:\u003cbr /\u003e\n- uses: getsentry/github-workflows/updater@v3\u003cbr /\u003e\nwith:\u003cbr /\u003e\npath: scripts/update-sentry-native-ndk.sh\u003cbr /\u003e\nname: Native SDK\u003cbr /\u003e\napi-token: ${{ secrets.CI_DEPLOY_KEY }}\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/342f5e2f3bbf5f10063869b36317d308c3c938ef\"\u003e\u003ccode\u003e342f5e2\u003c/code\u003e\u003c/a\u003e release: 3.0.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/91b2c0179b0232f02a8c685c6754ee67b966692e\"\u003e\u003ccode\u003e91b2c01\u003c/code\u003e\u003c/a\u003e chore: Clean up changelog by removing outdated version sections and redundant...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/13193d290e6f9fdb2e40a0c154ee7137e80880f9\"\u003e\u003ccode\u003e13193d2\u003c/code\u003e\u003c/a\u003e fix: Handle null bullet point detection in update-changelog script (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/125\"\u003e#125\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/67d5a876d5bb4831b3bc3bd3596e89934129bfbb\"\u003e\u003ccode\u003e67d5a87\u003c/code\u003e\u003c/a\u003e feat!: Change updater pr-strategy default to 'update' (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/124\"\u003e#124\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/45bc4f7aca06dd46fabc4c4d4982cedefce01ce5\"\u003e\u003ccode\u003e45bc4f7\u003c/code\u003e\u003c/a\u003e fix: Improve bullet-point resolution when plain text precedes bullet points (...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/5f024a80bb641c69d6e6bb7908560fd95ad2c389\"\u003e\u003ccode\u003e5f024a8\u003c/code\u003e\u003c/a\u003e test: Convert workflow test scripts to use PowerShell and Pester (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/122\"\u003e#122\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/747517a7da2d9d2811d3dd51dccd5fac55970e57\"\u003e\u003ccode\u003e747517a\u003c/code\u003e\u003c/a\u003e feat: Allow updater to target non-default branches (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/118\"\u003e#118\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/de9e3fa91db31c70cc49cc2d92e980e0459feb2f\"\u003e\u003ccode\u003ede9e3fa\u003c/code\u003e\u003c/a\u003e feat: Support GitHub release title pattern matching (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/117\"\u003e#117\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/1dbbc41ea5a040a35391a6658c17a2528b34e673\"\u003e\u003ccode\u003e1dbbc41\u003c/code\u003e\u003c/a\u003e Add git commit fallback for repositories without changelog files (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/116\"\u003e#116\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/6af5c2d9a035ea4439bdc5efd679376fae9a02a7\"\u003e\u003ccode\u003e6af5c2d\u003c/code\u003e\u003c/a\u003e fix: improve changelog generation for non-tagged commits and edge cases (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/115\"\u003e#115\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/getsentry/github-workflows/compare/v2...v3\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=getsentry/github-workflows\u0026package-manager=github_actions\u0026previous-version=2\u0026new-version=3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/getsentry/sentry-java/pull/4760","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fsentry-java/issues/4760","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/4760/packages"},{"uuid":"2868593479","node_id":"PR_kwDOF7veV86q-0NH","number":359,"state":"open","title":"build(deps): bump getsentry/github-workflows from 2 to 3","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-09-29T00:03:25.000Z","updated_at":"2025-09-29T00:05:29.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"build(deps)","packages":[{"name":"getsentry/github-workflows","old_version":"2","new_version":"3","repository_url":"https://github.com/getsentry/github-workflows"}],"path":null,"ecosystem":"actions"},"body":"Bumps [getsentry/github-workflows](https://github.com/getsentry/github-workflows) from 2 to 3.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/getsentry/github-workflows/releases\"\u003egetsentry/github-workflows's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e3.0.0\u003c/h2\u003e\n\u003ch3\u003eBreaking Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater: The default value for \u003ccode\u003epr-strategy\u003c/code\u003e has been changed from \u003ccode\u003ecreate\u003c/code\u003e to \u003ccode\u003eupdate\u003c/code\u003e. (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/124\"\u003e#124\u003c/a\u003e)\nThis 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).\nIf you want to preserve the previous behavior of creating separate PRs, explicitly set \u003ccode\u003epr-strategy: create\u003c/code\u003e in your workflow:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e- uses: getsentry/github-workflows/updater@v3\n  with:\n    # ... other inputs ...\n    pr-strategy: create  # Add this to preserve previous behavior\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eIn case you have existing open PRs created with the \u003ccode\u003ecreate\u003c/code\u003e strategy, you will need to remove these old branches\nmanually as the new name would be a prefix of the old PRs, which git doesnt' allow.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater and Danger reusable workflows are now composite actions (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/114\"\u003e#114\u003c/a\u003e)\u003c/p\u003e\n\u003cp\u003eTo update your existing Updater workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  native:\n    uses: getsentry/github-workflows/.github/workflows/updater.yml@v2\n    with:\n      path: scripts/update-sentry-native-ndk.sh\n      name: Native SDK\n    secrets:\n      # If a custom token is used instead, a CI would be triggered on a created PR.\n      api-token: ${{ secrets.CI_DEPLOY_KEY }}\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003enative:\u003cbr /\u003e\nruns-on: ubuntu-latest\u003cbr /\u003e\nsteps:\u003cbr /\u003e\n- uses: getsentry/github-workflows/updater@v3\u003cbr /\u003e\nwith:\u003cbr /\u003e\npath: scripts/update-sentry-native-ndk.sh\u003cbr /\u003e\nname: Native SDK\u003cbr /\u003e\napi-token: ${{ secrets.CI_DEPLOY_KEY }}\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003cp\u003eTo update your existing Danger workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  danger:\n    uses: getsentry/github-workflows/.github/workflows/danger.yml@v2\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003edanger:\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/getsentry/github-workflows/blob/main/CHANGELOG.md\"\u003egetsentry/github-workflows's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003ch2\u003eUnreleased\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdater - Fix boolean input handling for \u003ccode\u003echangelog-entry\u003c/code\u003e parameter and add input validation (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/127\"\u003e#127\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e3.0.0\u003c/h2\u003e\n\u003ch3\u003eBreaking Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater: The default value for \u003ccode\u003epr-strategy\u003c/code\u003e has been changed from \u003ccode\u003ecreate\u003c/code\u003e to \u003ccode\u003eupdate\u003c/code\u003e. (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/124\"\u003e#124\u003c/a\u003e)\nThis 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).\nIf you want to preserve the previous behavior of creating separate PRs, explicitly set \u003ccode\u003epr-strategy: create\u003c/code\u003e in your workflow:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e- uses: getsentry/github-workflows/updater@v3\n  with:\n    # ... other inputs ...\n    pr-strategy: create  # Add this to preserve previous behavior\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eIn case you have existing open PRs created with the \u003ccode\u003ecreate\u003c/code\u003e strategy, you will need to remove these old branches\nmanually as the new name would be a prefix of the old PRs, which git doesnt' allow.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater and Danger reusable workflows are now composite actions (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/114\"\u003e#114\u003c/a\u003e)\u003c/p\u003e\n\u003cp\u003eTo update your existing Updater workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  native:\n    uses: getsentry/github-workflows/.github/workflows/updater.yml@v2\n    with:\n      path: scripts/update-sentry-native-ndk.sh\n      name: Native SDK\n    secrets:\n      # If a custom token is used instead, a CI would be triggered on a created PR.\n      api-token: ${{ secrets.CI_DEPLOY_KEY }}\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003enative:\u003cbr /\u003e\nruns-on: ubuntu-latest\u003cbr /\u003e\nsteps:\u003cbr /\u003e\n- uses: getsentry/github-workflows/updater@v3\u003cbr /\u003e\nwith:\u003cbr /\u003e\npath: scripts/update-sentry-native-ndk.sh\u003cbr /\u003e\nname: Native SDK\u003cbr /\u003e\napi-token: ${{ secrets.CI_DEPLOY_KEY }}\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/342f5e2f3bbf5f10063869b36317d308c3c938ef\"\u003e\u003ccode\u003e342f5e2\u003c/code\u003e\u003c/a\u003e release: 3.0.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/91b2c0179b0232f02a8c685c6754ee67b966692e\"\u003e\u003ccode\u003e91b2c01\u003c/code\u003e\u003c/a\u003e chore: Clean up changelog by removing outdated version sections and redundant...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/13193d290e6f9fdb2e40a0c154ee7137e80880f9\"\u003e\u003ccode\u003e13193d2\u003c/code\u003e\u003c/a\u003e fix: Handle null bullet point detection in update-changelog script (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/125\"\u003e#125\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/67d5a876d5bb4831b3bc3bd3596e89934129bfbb\"\u003e\u003ccode\u003e67d5a87\u003c/code\u003e\u003c/a\u003e feat!: Change updater pr-strategy default to 'update' (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/124\"\u003e#124\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/45bc4f7aca06dd46fabc4c4d4982cedefce01ce5\"\u003e\u003ccode\u003e45bc4f7\u003c/code\u003e\u003c/a\u003e fix: Improve bullet-point resolution when plain text precedes bullet points (...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/5f024a80bb641c69d6e6bb7908560fd95ad2c389\"\u003e\u003ccode\u003e5f024a8\u003c/code\u003e\u003c/a\u003e test: Convert workflow test scripts to use PowerShell and Pester (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/122\"\u003e#122\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/747517a7da2d9d2811d3dd51dccd5fac55970e57\"\u003e\u003ccode\u003e747517a\u003c/code\u003e\u003c/a\u003e feat: Allow updater to target non-default branches (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/118\"\u003e#118\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/de9e3fa91db31c70cc49cc2d92e980e0459feb2f\"\u003e\u003ccode\u003ede9e3fa\u003c/code\u003e\u003c/a\u003e feat: Support GitHub release title pattern matching (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/117\"\u003e#117\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/1dbbc41ea5a040a35391a6658c17a2528b34e673\"\u003e\u003ccode\u003e1dbbc41\u003c/code\u003e\u003c/a\u003e Add git commit fallback for repositories without changelog files (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/116\"\u003e#116\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/6af5c2d9a035ea4439bdc5efd679376fae9a02a7\"\u003e\u003ccode\u003e6af5c2d\u003c/code\u003e\u003c/a\u003e fix: improve changelog generation for non-tagged commits and edge cases (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/115\"\u003e#115\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/getsentry/github-workflows/compare/v2...v3\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=getsentry/github-workflows\u0026package-manager=github_actions\u0026previous-version=2\u0026new-version=3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e\n\n\u003c!-- CURSOR_SUMMARY --\u003e\n---\n\n\u003e [!NOTE]\n\u003e Upgrade reusable GitHub workflows to v3 for Danger and dependency updater.\n\u003e \n\u003e - **CI Workflows**:\n\u003e   - Update `uses` to `@v3` for `getsentry/github-workflows`:\n\u003e     - `/.github/workflows/danger.yml` → `getsentry/github-workflows/.github/workflows/danger.yml@v3`\n\u003e     - `/.github/workflows/update-deps.yml` → `getsentry/github-workflows/.github/workflows/updater.yml@v3`\n\u003e \n\u003e \u003csup\u003eWritten by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 6068f07376f3ac4bd76d0b2e8ec36d7aad9cfbce. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).\u003c/sup\u003e\n\u003c!-- /CURSOR_SUMMARY --\u003e","html_url":"https://github.com/getsentry/sentry-dart-plugin/pull/359","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fsentry-dart-plugin/issues/359","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/359/packages"}],"issue_packages":[{"old_version":"43bf14b190c12080cfbedf2d2c82337bc559a0e1","new_version":"b6d9e26d1c5bb01362670e13288b2284bab8cbf9","update_type":null,"path":null,"pr_created_at":"2026-05-18T04:27:43.000Z","version_change":"43bf14b190c12080cfbedf2d2c82337bc559a0e1 → b6d9e26d1c5bb01362670e13288b2284bab8cbf9","issue":{"uuid":"4466259804","node_id":"PR_kwDOCDbi-87cgV7x","number":6274,"state":"open","title":"build(deps): bump getsentry/github-workflows from 43bf14b190c12080cfbedf2d2c82337bc559a0e1 to b6d9e26d1c5bb01362670e13288b2284bab8cbf9","user":"dependabot[bot]","labels":["Dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-05-18T04:27:43.000Z","updated_at":"2026-05-18T04:34:21.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"build(deps)","packages":[{"name":"getsentry/github-workflows","old_version":"43bf14b190c12080cfbedf2d2c82337bc559a0e1","new_version":"b6d9e26d1c5bb01362670e13288b2284bab8cbf9","repository_url":"https://github.com/getsentry/github-workflows"}],"path":null,"ecosystem":"actions"},"body":"Bumps [getsentry/github-workflows](https://github.com/getsentry/github-workflows) from 43bf14b190c12080cfbedf2d2c82337bc559a0e1 to b6d9e26d1c5bb01362670e13288b2284bab8cbf9.\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/getsentry/github-workflows/blob/main/CHANGELOG.md\"\u003egetsentry/github-workflows's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003ch2\u003e3.4.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eValidate PR - Action is advisory: it posts a single friendly comment on community PRs that don't reference an issue with maintainer discussion. PRs are not closed and no labels are applied. Recommended trigger is \u003ccode\u003etypes: [opened]\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eValidate PR - Skip validation for PRs with fewer than 100 lines changed, excluding common lock files (\u003ccode\u003eCargo.lock\u003c/code\u003e, \u003ccode\u003eyarn.lock\u003c/code\u003e, \u003ccode\u003epackage-lock.json\u003c/code\u003e, \u003ccode\u003ePipfile.lock\u003c/code\u003e, etc.). Tiny PRs no longer go through the issue-discussion loop.\u003c/li\u003e\n\u003cli\u003eAdd validate-pr composite action for validating non-maintainer PRs against contribution guidelines (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/153\"\u003e#153\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eComplete script injection hardening across all actions: move remaining step outputs to env vars, validate Danger version against semver (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/152\"\u003e#152\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eUpdater - Trigger CI for new PRs without changelog updates (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/166\"\u003e#166\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eUpdater - Select the first branch when multiple branches point at \u003ccode\u003eHEAD\u003c/code\u003e (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/165\"\u003e#165\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDependencies\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump Danger JS from v13.0.4 to v13.0.5 (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/160\"\u003e#160\u003c/a\u003e)\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/danger/danger-js/blob/main/CHANGELOG.md#1305\"\u003echangelog\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/danger/danger-js/compare/13.0.4...13.0.5\"\u003ediff\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e3.3.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdater - Support CMake \u003ccode\u003eGIT_TAG\u003c/code\u003e with variable references like \u003ccode\u003e${FOO_REF}\u003c/code\u003e, resolving and updating the corresponding \u003ccode\u003eset()\u003c/code\u003e definition (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/149\"\u003e#149\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e3.2.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eSentry-CLI integration test action - Accept chunked ProGuard uploads for compatibility with Sentry CLI 3.x (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/140\"\u003e#140\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e3.2.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eDanger - Add support for repository-specific dangerfiles (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/129\"\u003e#129\u003c/a\u003e)\n\u003cul\u003e\n\u003cli\u003eAdd \u003ccode\u003eextra-dangerfile\u003c/code\u003e input parameter to run custom Danger checks alongside shared workflow checks\u003c/li\u003e\n\u003cli\u003eAdd \u003ccode\u003eextra-install-packages\u003c/code\u003e input to install additional apt packages required by custom dangerfiles\u003c/li\u003e\n\u003cli\u003eCustom dangerfiles receive full Danger API access (\u003ccode\u003efail\u003c/code\u003e, \u003ccode\u003ewarn\u003c/code\u003e, \u003ccode\u003emessage\u003c/code\u003e, \u003ccode\u003emarkdown\u003c/code\u003e, \u003ccode\u003edanger\u003c/code\u003e)\u003c/li\u003e\n\u003cli\u003eEnables repositories to extend Danger checks without overwriting shared workflow comments\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eSentry-CLI integration test action - Add \u003ccode\u003eInvokeSentryResult::Events()\u003c/code\u003e method to extract events from envelopes (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/137\"\u003e#137\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eSentry-CLI integration test action - Replace literal \u0026quot;\\n\u0026quot; with newlines (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/138\"\u003e#138\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e3.1.0\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/b6d9e26d1c5bb01362670e13288b2284bab8cbf9\"\u003e\u003ccode\u003eb6d9e26\u003c/code\u003e\u003c/a\u003e Merge branch 'release/3.4.0'\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/607fed74f812e69201531a5185b6c3c57caa4e89\"\u003e\u003ccode\u003e607fed7\u003c/code\u003e\u003c/a\u003e release: 3.4.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/82866c1a3c6e52bc3122efc4c0f804d9954947a7\"\u003e\u003ccode\u003e82866c1\u003c/code\u003e\u003c/a\u003e chore: update getsentry/craft to 2.26.3 (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/168\"\u003e#168\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/24be69680c3a46c03edfbeb05268ec312f77e1e7\"\u003e\u003ccode\u003e24be696\u003c/code\u003e\u003c/a\u003e fix: complete script injection hardening across all actions (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/152\"\u003e#152\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/a940f77968911ab853d344aad6bd3453935ebb6c\"\u003e\u003ccode\u003ea940f77\u003c/code\u003e\u003c/a\u003e fix(updater): Trigger CI for new PRs without changelog updates (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/166\"\u003e#166\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/98c1e36a10138a6a2d579714dda6b65d6a85acba\"\u003e\u003ccode\u003e98c1e36\u003c/code\u003e\u003c/a\u003e test(updater): Accept either main or master as sentry-cli main branch (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/167\"\u003e#167\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/d81d7469a37abff4600d45c612f6c1b16241e9ef\"\u003e\u003ccode\u003ed81d746\u003c/code\u003e\u003c/a\u003e chore: update danger/danger.properties to 13.0.5 (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/160\"\u003e#160\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/80476a95b1c643ab5900b451932043d9ff26cdbf\"\u003e\u003ccode\u003e80476a9\u003c/code\u003e\u003c/a\u003e fix(updater): Select first matching main branch (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/165\"\u003e#165\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/getsentry/github-workflows/compare/43bf14b190c12080cfbedf2d2c82337bc559a0e1...b6d9e26d1c5bb01362670e13288b2284bab8cbf9\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/getsentry/sentry-python/pull/6274","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fsentry-python/issues/6274","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/6274/packages"}},{"old_version":"3.2.1","new_version":"3.3.0","update_type":"minor","path":null,"pr_created_at":"2026-02-24T10:33:05.000Z","version_change":"3.2.1 → 3.3.0","issue":{"uuid":"3982846202","node_id":"PR_kwDOA5Fy-s7F4wCs","number":426,"state":"open","title":"build(deps): bump getsentry/github-workflows from 3.2.1 to 3.3.0","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-02-24T10:33:05.000Z","updated_at":"2026-02-24T10:34:01.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"build(deps)","packages":[{"name":"getsentry/github-workflows","old_version":"3.2.1","new_version":"3.3.0","repository_url":"https://github.com/getsentry/github-workflows"}],"path":null,"ecosystem":"actions"},"body":"Bumps [getsentry/github-workflows](https://github.com/getsentry/github-workflows) from 3.2.1 to 3.3.0.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/getsentry/github-workflows/releases\"\u003egetsentry/github-workflows's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e3.3.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdater - Support CMake \u003ccode\u003eGIT_TAG\u003c/code\u003e with variable references like \u003ccode\u003e${FOO_REF}\u003c/code\u003e, resolving and updating the corresponding \u003ccode\u003eset()\u003c/code\u003e definition (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/149\"\u003e#149\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/getsentry/github-workflows/blob/main/CHANGELOG.md\"\u003egetsentry/github-workflows's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003ch2\u003e3.3.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdater - Support CMake \u003ccode\u003eGIT_TAG\u003c/code\u003e with variable references like \u003ccode\u003e${FOO_REF}\u003c/code\u003e, resolving and updating the corresponding \u003ccode\u003eset()\u003c/code\u003e definition (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/149\"\u003e#149\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e3.2.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eSentry-CLI integration test action - Accept chunked ProGuard uploads for compatibility with Sentry CLI 3.x (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/140\"\u003e#140\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e3.2.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eDanger - Add support for repository-specific dangerfiles (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/129\"\u003e#129\u003c/a\u003e)\n\u003cul\u003e\n\u003cli\u003eAdd \u003ccode\u003eextra-dangerfile\u003c/code\u003e input parameter to run custom Danger checks alongside shared workflow checks\u003c/li\u003e\n\u003cli\u003eAdd \u003ccode\u003eextra-install-packages\u003c/code\u003e input to install additional apt packages required by custom dangerfiles\u003c/li\u003e\n\u003cli\u003eCustom dangerfiles receive full Danger API access (\u003ccode\u003efail\u003c/code\u003e, \u003ccode\u003ewarn\u003c/code\u003e, \u003ccode\u003emessage\u003c/code\u003e, \u003ccode\u003emarkdown\u003c/code\u003e, \u003ccode\u003edanger\u003c/code\u003e)\u003c/li\u003e\n\u003cli\u003eEnables repositories to extend Danger checks without overwriting shared workflow comments\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eSentry-CLI integration test action - Add \u003ccode\u003eInvokeSentryResult::Events()\u003c/code\u003e method to extract events from envelopes (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/137\"\u003e#137\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eSentry-CLI integration test action - Replace literal \u0026quot;\\n\u0026quot; with newlines (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/138\"\u003e#138\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e3.1.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdater - Add \u003ccode\u003epost-update-script\u003c/code\u003e input parameter to run custom scripts after dependency updates (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/130\"\u003e#130\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/133\"\u003e#133\u003c/a\u003e)\n\u003cul\u003e\n\u003cli\u003eScripts receive original and new version as arguments\u003c/li\u003e\n\u003cli\u003eSupport both bash (\u003ccode\u003e.sh\u003c/code\u003e) and PowerShell (\u003ccode\u003e.ps1\u003c/code\u003e) scripts\u003c/li\u003e\n\u003cli\u003eEnables workflows like updating lock files, running code generators, or modifying configuration files\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eUpdater - Add SSH key support and comprehensive authentication validation (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/134\"\u003e#134\u003c/a\u003e)\n\u003cul\u003e\n\u003cli\u003eAdd \u003ccode\u003essh-key\u003c/code\u003e input parameter for deploy key authentication\u003c/li\u003e\n\u003cli\u003eSupport using both \u003ccode\u003essh-key\u003c/code\u003e (for git) and \u003ccode\u003eapi-token\u003c/code\u003e (for GitHub API) together\u003c/li\u003e\n\u003cli\u003eAdd detailed token validation with actionable error messages\u003c/li\u003e\n\u003cli\u003eDetect common token issues: expiration, whitespace, SSH keys in wrong input, missing scopes\u003c/li\u003e\n\u003cli\u003eValidate SSH key format when provided\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdater - Fix boolean input handling for \u003ccode\u003echangelog-entry\u003c/code\u003e parameter and add input validation (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/127\"\u003e#127\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eUpdater - Fix cryptic authentication errors with better validation and error messages (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/134\"\u003e#134\u003c/a\u003e, closes \u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/128\"\u003e#128\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDependencies\u003c/h3\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/26f565c05d0dd49f703d238706b775883037d76b\"\u003e\u003ccode\u003e26f565c\u003c/code\u003e\u003c/a\u003e release: 3.3.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/013cb4f5c377545e194893b4cddc354d9cf8a2e5\"\u003e\u003ccode\u003e013cb4f\u003c/code\u003e\u003c/a\u003e feat: support GIT_TAG with CMake variable (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/149\"\u003e#149\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/5b609b7eaa5cdde234e520e34ffd847184b11ab3\"\u003e\u003ccode\u003e5b609b7\u003c/code\u003e\u003c/a\u003e Merge branch 'release/3.2.1'\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/getsentry/github-workflows/compare/747c4c2906d373f5cd809abe94a7fd732a2421a7...26f565c05d0dd49f703d238706b775883037d76b\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=getsentry/github-workflows\u0026package-manager=github_actions\u0026previous-version=3.2.1\u0026new-version=3.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/getsentry/sentry-fastlane-plugin/pull/426","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fsentry-fastlane-plugin/issues/426","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/426/packages"}},{"old_version":"2","new_version":"3","update_type":null,"path":null,"pr_created_at":"2025-10-06T07:02:41.000Z","version_change":"2 → 3","issue":{"uuid":"2889033907","node_id":"PR_kwDOBHtnUc6sMyiz","number":5240,"state":"open","title":"chore(deps): bump getsentry/github-workflows from 2 to 3","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-10-06T07:02:41.000Z","updated_at":"2025-10-06T07:07:31.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps)","packages":[{"name":"getsentry/github-workflows","old_version":"2","new_version":"3","repository_url":"https://github.com/getsentry/github-workflows"}],"path":null,"ecosystem":"actions"},"body":"Bumps [getsentry/github-workflows](https://github.com/getsentry/github-workflows) from 2 to 3.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/getsentry/github-workflows/releases\"\u003egetsentry/github-workflows's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e3.0.0\u003c/h2\u003e\n\u003ch3\u003eBreaking Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater: The default value for \u003ccode\u003epr-strategy\u003c/code\u003e has been changed from \u003ccode\u003ecreate\u003c/code\u003e to \u003ccode\u003eupdate\u003c/code\u003e. (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/124\"\u003e#124\u003c/a\u003e)\nThis 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).\nIf you want to preserve the previous behavior of creating separate PRs, explicitly set \u003ccode\u003epr-strategy: create\u003c/code\u003e in your workflow:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e- uses: getsentry/github-workflows/updater@v3\n  with:\n    # ... other inputs ...\n    pr-strategy: create  # Add this to preserve previous behavior\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eIn case you have existing open PRs created with the \u003ccode\u003ecreate\u003c/code\u003e strategy, you will need to remove these old branches\nmanually as the new name would be a prefix of the old PRs, which git doesnt' allow.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater and Danger reusable workflows are now composite actions (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/114\"\u003e#114\u003c/a\u003e)\u003c/p\u003e\n\u003cp\u003eTo update your existing Updater workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  native:\n    uses: getsentry/github-workflows/.github/workflows/updater.yml@v2\n    with:\n      path: scripts/update-sentry-native-ndk.sh\n      name: Native SDK\n    secrets:\n      # If a custom token is used instead, a CI would be triggered on a created PR.\n      api-token: ${{ secrets.CI_DEPLOY_KEY }}\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003enative:\u003cbr /\u003e\nruns-on: ubuntu-latest\u003cbr /\u003e\nsteps:\u003cbr /\u003e\n- uses: getsentry/github-workflows/updater@v3\u003cbr /\u003e\nwith:\u003cbr /\u003e\npath: scripts/update-sentry-native-ndk.sh\u003cbr /\u003e\nname: Native SDK\u003cbr /\u003e\napi-token: ${{ secrets.CI_DEPLOY_KEY }}\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003cp\u003eTo update your existing Danger workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  danger:\n    uses: getsentry/github-workflows/.github/workflows/danger.yml@v2\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003edanger:\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/getsentry/github-workflows/blob/main/CHANGELOG.md\"\u003egetsentry/github-workflows's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003ch2\u003eUnreleased\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdater - Fix boolean input handling for \u003ccode\u003echangelog-entry\u003c/code\u003e parameter and add input validation (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/127\"\u003e#127\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e3.0.0\u003c/h2\u003e\n\u003ch3\u003eBreaking Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater: The default value for \u003ccode\u003epr-strategy\u003c/code\u003e has been changed from \u003ccode\u003ecreate\u003c/code\u003e to \u003ccode\u003eupdate\u003c/code\u003e. (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/124\"\u003e#124\u003c/a\u003e)\nThis 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).\nIf you want to preserve the previous behavior of creating separate PRs, explicitly set \u003ccode\u003epr-strategy: create\u003c/code\u003e in your workflow:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e- uses: getsentry/github-workflows/updater@v3\n  with:\n    # ... other inputs ...\n    pr-strategy: create  # Add this to preserve previous behavior\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eIn case you have existing open PRs created with the \u003ccode\u003ecreate\u003c/code\u003e strategy, you will need to remove these old branches\nmanually as the new name would be a prefix of the old PRs, which git doesnt' allow.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater and Danger reusable workflows are now composite actions (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/114\"\u003e#114\u003c/a\u003e)\u003c/p\u003e\n\u003cp\u003eTo update your existing Updater workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  native:\n    uses: getsentry/github-workflows/.github/workflows/updater.yml@v2\n    with:\n      path: scripts/update-sentry-native-ndk.sh\n      name: Native SDK\n    secrets:\n      # If a custom token is used instead, a CI would be triggered on a created PR.\n      api-token: ${{ secrets.CI_DEPLOY_KEY }}\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003enative:\u003cbr /\u003e\nruns-on: ubuntu-latest\u003cbr /\u003e\nsteps:\u003cbr /\u003e\n- uses: getsentry/github-workflows/updater@v3\u003cbr /\u003e\nwith:\u003cbr /\u003e\npath: scripts/update-sentry-native-ndk.sh\u003cbr /\u003e\nname: Native SDK\u003cbr /\u003e\napi-token: ${{ secrets.CI_DEPLOY_KEY }}\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/342f5e2f3bbf5f10063869b36317d308c3c938ef\"\u003e\u003ccode\u003e342f5e2\u003c/code\u003e\u003c/a\u003e release: 3.0.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/91b2c0179b0232f02a8c685c6754ee67b966692e\"\u003e\u003ccode\u003e91b2c01\u003c/code\u003e\u003c/a\u003e chore: Clean up changelog by removing outdated version sections and redundant...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/13193d290e6f9fdb2e40a0c154ee7137e80880f9\"\u003e\u003ccode\u003e13193d2\u003c/code\u003e\u003c/a\u003e fix: Handle null bullet point detection in update-changelog script (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/125\"\u003e#125\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/67d5a876d5bb4831b3bc3bd3596e89934129bfbb\"\u003e\u003ccode\u003e67d5a87\u003c/code\u003e\u003c/a\u003e feat!: Change updater pr-strategy default to 'update' (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/124\"\u003e#124\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/45bc4f7aca06dd46fabc4c4d4982cedefce01ce5\"\u003e\u003ccode\u003e45bc4f7\u003c/code\u003e\u003c/a\u003e fix: Improve bullet-point resolution when plain text precedes bullet points (...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/5f024a80bb641c69d6e6bb7908560fd95ad2c389\"\u003e\u003ccode\u003e5f024a8\u003c/code\u003e\u003c/a\u003e test: Convert workflow test scripts to use PowerShell and Pester (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/122\"\u003e#122\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/747517a7da2d9d2811d3dd51dccd5fac55970e57\"\u003e\u003ccode\u003e747517a\u003c/code\u003e\u003c/a\u003e feat: Allow updater to target non-default branches (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/118\"\u003e#118\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/de9e3fa91db31c70cc49cc2d92e980e0459feb2f\"\u003e\u003ccode\u003ede9e3fa\u003c/code\u003e\u003c/a\u003e feat: Support GitHub release title pattern matching (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/117\"\u003e#117\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/1dbbc41ea5a040a35391a6658c17a2528b34e673\"\u003e\u003ccode\u003e1dbbc41\u003c/code\u003e\u003c/a\u003e Add git commit fallback for repositories without changelog files (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/116\"\u003e#116\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/6af5c2d9a035ea4439bdc5efd679376fae9a02a7\"\u003e\u003ccode\u003e6af5c2d\u003c/code\u003e\u003c/a\u003e fix: improve changelog generation for non-tagged commits and edge cases (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/115\"\u003e#115\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/getsentry/github-workflows/compare/v2...v3\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=getsentry/github-workflows\u0026package-manager=github_actions\u0026previous-version=2\u0026new-version=3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/getsentry/sentry-react-native/pull/5240","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fsentry-react-native/issues/5240","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/5240/packages"}},{"old_version":"2","new_version":"3","update_type":null,"path":null,"pr_created_at":"2025-09-29T22:46:33.000Z","version_change":"2 → 3","issue":{"uuid":"2872319623","node_id":"PR_kwDOA09jXc6rNB6H","number":6303,"state":"open","title":"chore(deps): bump getsentry/github-workflows from 2 to 3","user":"dependabot[bot]","labels":["github_actions","dependencies"],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-09-29T22:46:33.000Z","updated_at":"2025-10-02T13:35:48.000Z","time_to_close":225775,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps)","packages":[{"name":"getsentry/github-workflows","old_version":"2","new_version":"3","repository_url":"https://github.com/getsentry/github-workflows"}],"path":null,"ecosystem":"actions"},"body":"Bumps [getsentry/github-workflows](https://github.com/getsentry/github-workflows) from 2 to 3.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/getsentry/github-workflows/releases\"\u003egetsentry/github-workflows's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e3.0.0\u003c/h2\u003e\n\u003ch3\u003eBreaking Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater: The default value for \u003ccode\u003epr-strategy\u003c/code\u003e has been changed from \u003ccode\u003ecreate\u003c/code\u003e to \u003ccode\u003eupdate\u003c/code\u003e. (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/124\"\u003e#124\u003c/a\u003e)\nThis 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).\nIf you want to preserve the previous behavior of creating separate PRs, explicitly set \u003ccode\u003epr-strategy: create\u003c/code\u003e in your workflow:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e- uses: getsentry/github-workflows/updater@v3\n  with:\n    # ... other inputs ...\n    pr-strategy: create  # Add this to preserve previous behavior\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eIn case you have existing open PRs created with the \u003ccode\u003ecreate\u003c/code\u003e strategy, you will need to remove these old branches\nmanually as the new name would be a prefix of the old PRs, which git doesnt' allow.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater and Danger reusable workflows are now composite actions (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/114\"\u003e#114\u003c/a\u003e)\u003c/p\u003e\n\u003cp\u003eTo update your existing Updater workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  native:\n    uses: getsentry/github-workflows/.github/workflows/updater.yml@v2\n    with:\n      path: scripts/update-sentry-native-ndk.sh\n      name: Native SDK\n    secrets:\n      # If a custom token is used instead, a CI would be triggered on a created PR.\n      api-token: ${{ secrets.CI_DEPLOY_KEY }}\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003enative:\u003cbr /\u003e\nruns-on: ubuntu-latest\u003cbr /\u003e\nsteps:\u003cbr /\u003e\n- uses: getsentry/github-workflows/updater@v3\u003cbr /\u003e\nwith:\u003cbr /\u003e\npath: scripts/update-sentry-native-ndk.sh\u003cbr /\u003e\nname: Native SDK\u003cbr /\u003e\napi-token: ${{ secrets.CI_DEPLOY_KEY }}\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003cp\u003eTo update your existing Danger workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  danger:\n    uses: getsentry/github-workflows/.github/workflows/danger.yml@v2\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003edanger:\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/getsentry/github-workflows/blob/main/CHANGELOG.md\"\u003egetsentry/github-workflows's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003ch2\u003eUnreleased\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdater - Fix boolean input handling for \u003ccode\u003echangelog-entry\u003c/code\u003e parameter and add input validation (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/127\"\u003e#127\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e3.0.0\u003c/h2\u003e\n\u003ch3\u003eBreaking Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater: The default value for \u003ccode\u003epr-strategy\u003c/code\u003e has been changed from \u003ccode\u003ecreate\u003c/code\u003e to \u003ccode\u003eupdate\u003c/code\u003e. (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/124\"\u003e#124\u003c/a\u003e)\nThis 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).\nIf you want to preserve the previous behavior of creating separate PRs, explicitly set \u003ccode\u003epr-strategy: create\u003c/code\u003e in your workflow:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e- uses: getsentry/github-workflows/updater@v3\n  with:\n    # ... other inputs ...\n    pr-strategy: create  # Add this to preserve previous behavior\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eIn case you have existing open PRs created with the \u003ccode\u003ecreate\u003c/code\u003e strategy, you will need to remove these old branches\nmanually as the new name would be a prefix of the old PRs, which git doesnt' allow.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater and Danger reusable workflows are now composite actions (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/114\"\u003e#114\u003c/a\u003e)\u003c/p\u003e\n\u003cp\u003eTo update your existing Updater workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  native:\n    uses: getsentry/github-workflows/.github/workflows/updater.yml@v2\n    with:\n      path: scripts/update-sentry-native-ndk.sh\n      name: Native SDK\n    secrets:\n      # If a custom token is used instead, a CI would be triggered on a created PR.\n      api-token: ${{ secrets.CI_DEPLOY_KEY }}\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003enative:\u003cbr /\u003e\nruns-on: ubuntu-latest\u003cbr /\u003e\nsteps:\u003cbr /\u003e\n- uses: getsentry/github-workflows/updater@v3\u003cbr /\u003e\nwith:\u003cbr /\u003e\npath: scripts/update-sentry-native-ndk.sh\u003cbr /\u003e\nname: Native SDK\u003cbr /\u003e\napi-token: ${{ secrets.CI_DEPLOY_KEY }}\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/342f5e2f3bbf5f10063869b36317d308c3c938ef\"\u003e\u003ccode\u003e342f5e2\u003c/code\u003e\u003c/a\u003e release: 3.0.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/91b2c0179b0232f02a8c685c6754ee67b966692e\"\u003e\u003ccode\u003e91b2c01\u003c/code\u003e\u003c/a\u003e chore: Clean up changelog by removing outdated version sections and redundant...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/13193d290e6f9fdb2e40a0c154ee7137e80880f9\"\u003e\u003ccode\u003e13193d2\u003c/code\u003e\u003c/a\u003e fix: Handle null bullet point detection in update-changelog script (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/125\"\u003e#125\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/67d5a876d5bb4831b3bc3bd3596e89934129bfbb\"\u003e\u003ccode\u003e67d5a87\u003c/code\u003e\u003c/a\u003e feat!: Change updater pr-strategy default to 'update' (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/124\"\u003e#124\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/45bc4f7aca06dd46fabc4c4d4982cedefce01ce5\"\u003e\u003ccode\u003e45bc4f7\u003c/code\u003e\u003c/a\u003e fix: Improve bullet-point resolution when plain text precedes bullet points (...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/5f024a80bb641c69d6e6bb7908560fd95ad2c389\"\u003e\u003ccode\u003e5f024a8\u003c/code\u003e\u003c/a\u003e test: Convert workflow test scripts to use PowerShell and Pester (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/122\"\u003e#122\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/747517a7da2d9d2811d3dd51dccd5fac55970e57\"\u003e\u003ccode\u003e747517a\u003c/code\u003e\u003c/a\u003e feat: Allow updater to target non-default branches (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/118\"\u003e#118\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/de9e3fa91db31c70cc49cc2d92e980e0459feb2f\"\u003e\u003ccode\u003ede9e3fa\u003c/code\u003e\u003c/a\u003e feat: Support GitHub release title pattern matching (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/117\"\u003e#117\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/1dbbc41ea5a040a35391a6658c17a2528b34e673\"\u003e\u003ccode\u003e1dbbc41\u003c/code\u003e\u003c/a\u003e Add git commit fallback for repositories without changelog files (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/116\"\u003e#116\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/6af5c2d9a035ea4439bdc5efd679376fae9a02a7\"\u003e\u003ccode\u003e6af5c2d\u003c/code\u003e\u003c/a\u003e fix: improve changelog generation for non-tagged commits and edge cases (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/115\"\u003e#115\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/getsentry/github-workflows/compare/v2...v3\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=getsentry/github-workflows\u0026package-manager=github_actions\u0026previous-version=2\u0026new-version=3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e\n\n\u003c!-- CURSOR_SUMMARY --\u003e\n---\n\n\u003e [!NOTE]\n\u003e Update `.github/workflows/danger.yml` to use `getsentry/github-workflows/.github/workflows/danger.yml@v3` instead of `@v2`.\n\u003e \n\u003e \u003csup\u003eWritten by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit bedc4c5e3e6835bb732505419b93647185e7c3eb. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).\u003c/sup\u003e\n\u003c!-- /CURSOR_SUMMARY --\u003e","html_url":"https://github.com/getsentry/sentry-cocoa/pull/6303","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fsentry-cocoa/issues/6303","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/6303/packages"}},{"old_version":"2","new_version":"3","update_type":null,"path":null,"pr_created_at":"2025-09-29T21:30:08.000Z","version_change":"2 → 3","issue":{"uuid":"2872122699","node_id":"PR_kwDOCktHMc6rMR1L","number":1797,"state":"open","title":"build(deps): bump getsentry/github-workflows from 2 to 3","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-09-29T21:30:08.000Z","updated_at":"2025-09-29T21:30:08.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"build(deps)","packages":[{"name":"getsentry/github-workflows","old_version":"2","new_version":"3","repository_url":"https://github.com/getsentry/github-workflows"}],"path":null,"ecosystem":"actions"},"body":"Bumps [getsentry/github-workflows](https://github.com/getsentry/github-workflows) from 2 to 3.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/getsentry/github-workflows/releases\"\u003egetsentry/github-workflows's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e3.0.0\u003c/h2\u003e\n\u003ch3\u003eBreaking Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater: The default value for \u003ccode\u003epr-strategy\u003c/code\u003e has been changed from \u003ccode\u003ecreate\u003c/code\u003e to \u003ccode\u003eupdate\u003c/code\u003e. (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/124\"\u003e#124\u003c/a\u003e)\nThis 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).\nIf you want to preserve the previous behavior of creating separate PRs, explicitly set \u003ccode\u003epr-strategy: create\u003c/code\u003e in your workflow:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e- uses: getsentry/github-workflows/updater@v3\n  with:\n    # ... other inputs ...\n    pr-strategy: create  # Add this to preserve previous behavior\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eIn case you have existing open PRs created with the \u003ccode\u003ecreate\u003c/code\u003e strategy, you will need to remove these old branches\nmanually as the new name would be a prefix of the old PRs, which git doesnt' allow.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater and Danger reusable workflows are now composite actions (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/114\"\u003e#114\u003c/a\u003e)\u003c/p\u003e\n\u003cp\u003eTo update your existing Updater workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  native:\n    uses: getsentry/github-workflows/.github/workflows/updater.yml@v2\n    with:\n      path: scripts/update-sentry-native-ndk.sh\n      name: Native SDK\n    secrets:\n      # If a custom token is used instead, a CI would be triggered on a created PR.\n      api-token: ${{ secrets.CI_DEPLOY_KEY }}\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003enative:\u003cbr /\u003e\nruns-on: ubuntu-latest\u003cbr /\u003e\nsteps:\u003cbr /\u003e\n- uses: getsentry/github-workflows/updater@v3\u003cbr /\u003e\nwith:\u003cbr /\u003e\npath: scripts/update-sentry-native-ndk.sh\u003cbr /\u003e\nname: Native SDK\u003cbr /\u003e\napi-token: ${{ secrets.CI_DEPLOY_KEY }}\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003cp\u003eTo update your existing Danger workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  danger:\n    uses: getsentry/github-workflows/.github/workflows/danger.yml@v2\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003edanger:\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/getsentry/github-workflows/blob/main/CHANGELOG.md\"\u003egetsentry/github-workflows's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003ch2\u003eUnreleased\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdater - Fix boolean input handling for \u003ccode\u003echangelog-entry\u003c/code\u003e parameter and add input validation (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/127\"\u003e#127\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e3.0.0\u003c/h2\u003e\n\u003ch3\u003eBreaking Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater: The default value for \u003ccode\u003epr-strategy\u003c/code\u003e has been changed from \u003ccode\u003ecreate\u003c/code\u003e to \u003ccode\u003eupdate\u003c/code\u003e. (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/124\"\u003e#124\u003c/a\u003e)\nThis 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).\nIf you want to preserve the previous behavior of creating separate PRs, explicitly set \u003ccode\u003epr-strategy: create\u003c/code\u003e in your workflow:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e- uses: getsentry/github-workflows/updater@v3\n  with:\n    # ... other inputs ...\n    pr-strategy: create  # Add this to preserve previous behavior\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eIn case you have existing open PRs created with the \u003ccode\u003ecreate\u003c/code\u003e strategy, you will need to remove these old branches\nmanually as the new name would be a prefix of the old PRs, which git doesnt' allow.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater and Danger reusable workflows are now composite actions (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/114\"\u003e#114\u003c/a\u003e)\u003c/p\u003e\n\u003cp\u003eTo update your existing Updater workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  native:\n    uses: getsentry/github-workflows/.github/workflows/updater.yml@v2\n    with:\n      path: scripts/update-sentry-native-ndk.sh\n      name: Native SDK\n    secrets:\n      # If a custom token is used instead, a CI would be triggered on a created PR.\n      api-token: ${{ secrets.CI_DEPLOY_KEY }}\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003enative:\u003cbr /\u003e\nruns-on: ubuntu-latest\u003cbr /\u003e\nsteps:\u003cbr /\u003e\n- uses: getsentry/github-workflows/updater@v3\u003cbr /\u003e\nwith:\u003cbr /\u003e\npath: scripts/update-sentry-native-ndk.sh\u003cbr /\u003e\nname: Native SDK\u003cbr /\u003e\napi-token: ${{ secrets.CI_DEPLOY_KEY }}\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/342f5e2f3bbf5f10063869b36317d308c3c938ef\"\u003e\u003ccode\u003e342f5e2\u003c/code\u003e\u003c/a\u003e release: 3.0.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/91b2c0179b0232f02a8c685c6754ee67b966692e\"\u003e\u003ccode\u003e91b2c01\u003c/code\u003e\u003c/a\u003e chore: Clean up changelog by removing outdated version sections and redundant...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/13193d290e6f9fdb2e40a0c154ee7137e80880f9\"\u003e\u003ccode\u003e13193d2\u003c/code\u003e\u003c/a\u003e fix: Handle null bullet point detection in update-changelog script (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/125\"\u003e#125\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/67d5a876d5bb4831b3bc3bd3596e89934129bfbb\"\u003e\u003ccode\u003e67d5a87\u003c/code\u003e\u003c/a\u003e feat!: Change updater pr-strategy default to 'update' (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/124\"\u003e#124\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/45bc4f7aca06dd46fabc4c4d4982cedefce01ce5\"\u003e\u003ccode\u003e45bc4f7\u003c/code\u003e\u003c/a\u003e fix: Improve bullet-point resolution when plain text precedes bullet points (...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/5f024a80bb641c69d6e6bb7908560fd95ad2c389\"\u003e\u003ccode\u003e5f024a8\u003c/code\u003e\u003c/a\u003e test: Convert workflow test scripts to use PowerShell and Pester (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/122\"\u003e#122\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/747517a7da2d9d2811d3dd51dccd5fac55970e57\"\u003e\u003ccode\u003e747517a\u003c/code\u003e\u003c/a\u003e feat: Allow updater to target non-default branches (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/118\"\u003e#118\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/de9e3fa91db31c70cc49cc2d92e980e0459feb2f\"\u003e\u003ccode\u003ede9e3fa\u003c/code\u003e\u003c/a\u003e feat: Support GitHub release title pattern matching (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/117\"\u003e#117\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/1dbbc41ea5a040a35391a6658c17a2528b34e673\"\u003e\u003ccode\u003e1dbbc41\u003c/code\u003e\u003c/a\u003e Add git commit fallback for repositories without changelog files (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/116\"\u003e#116\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/6af5c2d9a035ea4439bdc5efd679376fae9a02a7\"\u003e\u003ccode\u003e6af5c2d\u003c/code\u003e\u003c/a\u003e fix: improve changelog generation for non-tagged commits and edge cases (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/115\"\u003e#115\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/getsentry/github-workflows/compare/v2...v3\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=getsentry/github-workflows\u0026package-manager=github_actions\u0026previous-version=2\u0026new-version=3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/getsentry/symbolicator/pull/1797","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fsymbolicator/issues/1797","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/1797/packages"}},{"old_version":"2","new_version":"3","update_type":null,"path":null,"pr_created_at":"2025-09-29T18:41:31.000Z","version_change":"2 → 3","issue":{"uuid":"2871665253","node_id":"PR_kwDOElKB_c6rKiJl","number":986,"state":"closed","title":"build(deps): bump getsentry/github-workflows from 2 to 3","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-10-07T15:20:58.000Z","author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-09-29T18:41:31.000Z","updated_at":"2025-10-07T15:20:58.000Z","time_to_close":679167,"merged_at":"2025-10-07T15:20:58.000Z","merged_by":"lucas-zimerman","closed_by":null,"dependency_metadata":{"prefix":"build(deps)","packages":[{"name":"getsentry/github-workflows","old_version":"2","new_version":"3","repository_url":"https://github.com/getsentry/github-workflows"}],"path":null,"ecosystem":"actions"},"body":"Bumps [getsentry/github-workflows](https://github.com/getsentry/github-workflows) from 2 to 3.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/getsentry/github-workflows/releases\"\u003egetsentry/github-workflows's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e3.0.0\u003c/h2\u003e\n\u003ch3\u003eBreaking Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater: The default value for \u003ccode\u003epr-strategy\u003c/code\u003e has been changed from \u003ccode\u003ecreate\u003c/code\u003e to \u003ccode\u003eupdate\u003c/code\u003e. (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/124\"\u003e#124\u003c/a\u003e)\nThis 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).\nIf you want to preserve the previous behavior of creating separate PRs, explicitly set \u003ccode\u003epr-strategy: create\u003c/code\u003e in your workflow:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e- uses: getsentry/github-workflows/updater@v3\n  with:\n    # ... other inputs ...\n    pr-strategy: create  # Add this to preserve previous behavior\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eIn case you have existing open PRs created with the \u003ccode\u003ecreate\u003c/code\u003e strategy, you will need to remove these old branches\nmanually as the new name would be a prefix of the old PRs, which git doesnt' allow.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater and Danger reusable workflows are now composite actions (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/114\"\u003e#114\u003c/a\u003e)\u003c/p\u003e\n\u003cp\u003eTo update your existing Updater workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  native:\n    uses: getsentry/github-workflows/.github/workflows/updater.yml@v2\n    with:\n      path: scripts/update-sentry-native-ndk.sh\n      name: Native SDK\n    secrets:\n      # If a custom token is used instead, a CI would be triggered on a created PR.\n      api-token: ${{ secrets.CI_DEPLOY_KEY }}\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003enative:\u003cbr /\u003e\nruns-on: ubuntu-latest\u003cbr /\u003e\nsteps:\u003cbr /\u003e\n- uses: getsentry/github-workflows/updater@v3\u003cbr /\u003e\nwith:\u003cbr /\u003e\npath: scripts/update-sentry-native-ndk.sh\u003cbr /\u003e\nname: Native SDK\u003cbr /\u003e\napi-token: ${{ secrets.CI_DEPLOY_KEY }}\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003cp\u003eTo update your existing Danger workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  danger:\n    uses: getsentry/github-workflows/.github/workflows/danger.yml@v2\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003edanger:\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/getsentry/github-workflows/blob/main/CHANGELOG.md\"\u003egetsentry/github-workflows's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003ch2\u003eUnreleased\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdater - Fix boolean input handling for \u003ccode\u003echangelog-entry\u003c/code\u003e parameter and add input validation (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/127\"\u003e#127\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e3.0.0\u003c/h2\u003e\n\u003ch3\u003eBreaking Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater: The default value for \u003ccode\u003epr-strategy\u003c/code\u003e has been changed from \u003ccode\u003ecreate\u003c/code\u003e to \u003ccode\u003eupdate\u003c/code\u003e. (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/124\"\u003e#124\u003c/a\u003e)\nThis 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).\nIf you want to preserve the previous behavior of creating separate PRs, explicitly set \u003ccode\u003epr-strategy: create\u003c/code\u003e in your workflow:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e- uses: getsentry/github-workflows/updater@v3\n  with:\n    # ... other inputs ...\n    pr-strategy: create  # Add this to preserve previous behavior\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eIn case you have existing open PRs created with the \u003ccode\u003ecreate\u003c/code\u003e strategy, you will need to remove these old branches\nmanually as the new name would be a prefix of the old PRs, which git doesnt' allow.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater and Danger reusable workflows are now composite actions (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/114\"\u003e#114\u003c/a\u003e)\u003c/p\u003e\n\u003cp\u003eTo update your existing Updater workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  native:\n    uses: getsentry/github-workflows/.github/workflows/updater.yml@v2\n    with:\n      path: scripts/update-sentry-native-ndk.sh\n      name: Native SDK\n    secrets:\n      # If a custom token is used instead, a CI would be triggered on a created PR.\n      api-token: ${{ secrets.CI_DEPLOY_KEY }}\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003enative:\u003cbr /\u003e\nruns-on: ubuntu-latest\u003cbr /\u003e\nsteps:\u003cbr /\u003e\n- uses: getsentry/github-workflows/updater@v3\u003cbr /\u003e\nwith:\u003cbr /\u003e\npath: scripts/update-sentry-native-ndk.sh\u003cbr /\u003e\nname: Native SDK\u003cbr /\u003e\napi-token: ${{ secrets.CI_DEPLOY_KEY }}\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/342f5e2f3bbf5f10063869b36317d308c3c938ef\"\u003e\u003ccode\u003e342f5e2\u003c/code\u003e\u003c/a\u003e release: 3.0.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/91b2c0179b0232f02a8c685c6754ee67b966692e\"\u003e\u003ccode\u003e91b2c01\u003c/code\u003e\u003c/a\u003e chore: Clean up changelog by removing outdated version sections and redundant...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/13193d290e6f9fdb2e40a0c154ee7137e80880f9\"\u003e\u003ccode\u003e13193d2\u003c/code\u003e\u003c/a\u003e fix: Handle null bullet point detection in update-changelog script (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/125\"\u003e#125\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/67d5a876d5bb4831b3bc3bd3596e89934129bfbb\"\u003e\u003ccode\u003e67d5a87\u003c/code\u003e\u003c/a\u003e feat!: Change updater pr-strategy default to 'update' (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/124\"\u003e#124\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/45bc4f7aca06dd46fabc4c4d4982cedefce01ce5\"\u003e\u003ccode\u003e45bc4f7\u003c/code\u003e\u003c/a\u003e fix: Improve bullet-point resolution when plain text precedes bullet points (...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/5f024a80bb641c69d6e6bb7908560fd95ad2c389\"\u003e\u003ccode\u003e5f024a8\u003c/code\u003e\u003c/a\u003e test: Convert workflow test scripts to use PowerShell and Pester (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/122\"\u003e#122\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/747517a7da2d9d2811d3dd51dccd5fac55970e57\"\u003e\u003ccode\u003e747517a\u003c/code\u003e\u003c/a\u003e feat: Allow updater to target non-default branches (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/118\"\u003e#118\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/de9e3fa91db31c70cc49cc2d92e980e0459feb2f\"\u003e\u003ccode\u003ede9e3fa\u003c/code\u003e\u003c/a\u003e feat: Support GitHub release title pattern matching (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/117\"\u003e#117\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/1dbbc41ea5a040a35391a6658c17a2528b34e673\"\u003e\u003ccode\u003e1dbbc41\u003c/code\u003e\u003c/a\u003e Add git commit fallback for repositories without changelog files (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/116\"\u003e#116\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/6af5c2d9a035ea4439bdc5efd679376fae9a02a7\"\u003e\u003ccode\u003e6af5c2d\u003c/code\u003e\u003c/a\u003e fix: improve changelog generation for non-tagged commits and edge cases (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/115\"\u003e#115\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/getsentry/github-workflows/compare/v2...v3\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=getsentry/github-workflows\u0026package-manager=github_actions\u0026previous-version=2\u0026new-version=3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/getsentry/sentry-capacitor/pull/986","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fsentry-capacitor/issues/986","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/986/packages"}},{"old_version":"2","new_version":"3","update_type":null,"path":null,"pr_created_at":"2025-09-29T17:41:22.000Z","version_change":"2 → 3","issue":{"uuid":"2871482289","node_id":"PR_kwDOBeVNvs6rJ1ex","number":3277,"state":"closed","title":"build(deps): bump getsentry/github-workflows from 2 to 3","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":"2025-10-06T08:37:13.000Z","author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-09-29T17:41:22.000Z","updated_at":"2025-10-06T08:37:13.000Z","time_to_close":572151,"merged_at":"2025-10-06T08:37:13.000Z","merged_by":"buenaflor","closed_by":null,"dependency_metadata":{"prefix":"build(deps)","packages":[{"name":"getsentry/github-workflows","old_version":"2","new_version":"3","repository_url":"https://github.com/getsentry/github-workflows"}],"path":null,"ecosystem":"actions"},"body":"Bumps [getsentry/github-workflows](https://github.com/getsentry/github-workflows) from 2 to 3.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/getsentry/github-workflows/releases\"\u003egetsentry/github-workflows's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e3.0.0\u003c/h2\u003e\n\u003ch3\u003eBreaking Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater: The default value for \u003ccode\u003epr-strategy\u003c/code\u003e has been changed from \u003ccode\u003ecreate\u003c/code\u003e to \u003ccode\u003eupdate\u003c/code\u003e. (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/124\"\u003e#124\u003c/a\u003e)\nThis 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).\nIf you want to preserve the previous behavior of creating separate PRs, explicitly set \u003ccode\u003epr-strategy: create\u003c/code\u003e in your workflow:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e- uses: getsentry/github-workflows/updater@v3\n  with:\n    # ... other inputs ...\n    pr-strategy: create  # Add this to preserve previous behavior\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eIn case you have existing open PRs created with the \u003ccode\u003ecreate\u003c/code\u003e strategy, you will need to remove these old branches\nmanually as the new name would be a prefix of the old PRs, which git doesnt' allow.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater and Danger reusable workflows are now composite actions (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/114\"\u003e#114\u003c/a\u003e)\u003c/p\u003e\n\u003cp\u003eTo update your existing Updater workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  native:\n    uses: getsentry/github-workflows/.github/workflows/updater.yml@v2\n    with:\n      path: scripts/update-sentry-native-ndk.sh\n      name: Native SDK\n    secrets:\n      # If a custom token is used instead, a CI would be triggered on a created PR.\n      api-token: ${{ secrets.CI_DEPLOY_KEY }}\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003enative:\u003cbr /\u003e\nruns-on: ubuntu-latest\u003cbr /\u003e\nsteps:\u003cbr /\u003e\n- uses: getsentry/github-workflows/updater@v3\u003cbr /\u003e\nwith:\u003cbr /\u003e\npath: scripts/update-sentry-native-ndk.sh\u003cbr /\u003e\nname: Native SDK\u003cbr /\u003e\napi-token: ${{ secrets.CI_DEPLOY_KEY }}\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003cp\u003eTo update your existing Danger workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  danger:\n    uses: getsentry/github-workflows/.github/workflows/danger.yml@v2\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003edanger:\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/getsentry/github-workflows/blob/main/CHANGELOG.md\"\u003egetsentry/github-workflows's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003ch2\u003eUnreleased\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdater - Fix boolean input handling for \u003ccode\u003echangelog-entry\u003c/code\u003e parameter and add input validation (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/127\"\u003e#127\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e3.0.0\u003c/h2\u003e\n\u003ch3\u003eBreaking Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater: The default value for \u003ccode\u003epr-strategy\u003c/code\u003e has been changed from \u003ccode\u003ecreate\u003c/code\u003e to \u003ccode\u003eupdate\u003c/code\u003e. (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/124\"\u003e#124\u003c/a\u003e)\nThis 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).\nIf you want to preserve the previous behavior of creating separate PRs, explicitly set \u003ccode\u003epr-strategy: create\u003c/code\u003e in your workflow:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e- uses: getsentry/github-workflows/updater@v3\n  with:\n    # ... other inputs ...\n    pr-strategy: create  # Add this to preserve previous behavior\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eIn case you have existing open PRs created with the \u003ccode\u003ecreate\u003c/code\u003e strategy, you will need to remove these old branches\nmanually as the new name would be a prefix of the old PRs, which git doesnt' allow.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater and Danger reusable workflows are now composite actions (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/114\"\u003e#114\u003c/a\u003e)\u003c/p\u003e\n\u003cp\u003eTo update your existing Updater workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  native:\n    uses: getsentry/github-workflows/.github/workflows/updater.yml@v2\n    with:\n      path: scripts/update-sentry-native-ndk.sh\n      name: Native SDK\n    secrets:\n      # If a custom token is used instead, a CI would be triggered on a created PR.\n      api-token: ${{ secrets.CI_DEPLOY_KEY }}\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003enative:\u003cbr /\u003e\nruns-on: ubuntu-latest\u003cbr /\u003e\nsteps:\u003cbr /\u003e\n- uses: getsentry/github-workflows/updater@v3\u003cbr /\u003e\nwith:\u003cbr /\u003e\npath: scripts/update-sentry-native-ndk.sh\u003cbr /\u003e\nname: Native SDK\u003cbr /\u003e\napi-token: ${{ secrets.CI_DEPLOY_KEY }}\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/342f5e2f3bbf5f10063869b36317d308c3c938ef\"\u003e\u003ccode\u003e342f5e2\u003c/code\u003e\u003c/a\u003e release: 3.0.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/91b2c0179b0232f02a8c685c6754ee67b966692e\"\u003e\u003ccode\u003e91b2c01\u003c/code\u003e\u003c/a\u003e chore: Clean up changelog by removing outdated version sections and redundant...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/13193d290e6f9fdb2e40a0c154ee7137e80880f9\"\u003e\u003ccode\u003e13193d2\u003c/code\u003e\u003c/a\u003e fix: Handle null bullet point detection in update-changelog script (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/125\"\u003e#125\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/67d5a876d5bb4831b3bc3bd3596e89934129bfbb\"\u003e\u003ccode\u003e67d5a87\u003c/code\u003e\u003c/a\u003e feat!: Change updater pr-strategy default to 'update' (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/124\"\u003e#124\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/45bc4f7aca06dd46fabc4c4d4982cedefce01ce5\"\u003e\u003ccode\u003e45bc4f7\u003c/code\u003e\u003c/a\u003e fix: Improve bullet-point resolution when plain text precedes bullet points (...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/5f024a80bb641c69d6e6bb7908560fd95ad2c389\"\u003e\u003ccode\u003e5f024a8\u003c/code\u003e\u003c/a\u003e test: Convert workflow test scripts to use PowerShell and Pester (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/122\"\u003e#122\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/747517a7da2d9d2811d3dd51dccd5fac55970e57\"\u003e\u003ccode\u003e747517a\u003c/code\u003e\u003c/a\u003e feat: Allow updater to target non-default branches (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/118\"\u003e#118\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/de9e3fa91db31c70cc49cc2d92e980e0459feb2f\"\u003e\u003ccode\u003ede9e3fa\u003c/code\u003e\u003c/a\u003e feat: Support GitHub release title pattern matching (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/117\"\u003e#117\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/1dbbc41ea5a040a35391a6658c17a2528b34e673\"\u003e\u003ccode\u003e1dbbc41\u003c/code\u003e\u003c/a\u003e Add git commit fallback for repositories without changelog files (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/116\"\u003e#116\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/6af5c2d9a035ea4439bdc5efd679376fae9a02a7\"\u003e\u003ccode\u003e6af5c2d\u003c/code\u003e\u003c/a\u003e fix: improve changelog generation for non-tagged commits and edge cases (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/115\"\u003e#115\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/getsentry/github-workflows/compare/v2...v3\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=getsentry/github-workflows\u0026package-manager=github_actions\u0026previous-version=2\u0026new-version=3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e\n\n\u003c!-- CURSOR_SUMMARY --\u003e\n---\n\n\u003e [!NOTE]\n\u003e Update GitHub Actions to use getsentry/github-workflows v3 for Danger and all dependency updater jobs.\n\u003e \n\u003e - **CI Workflows**:\n\u003e   - **Danger**: Switch `uses` in `.github/workflows/danger.yml` from `@v2` to `@v3`.\n\u003e   - **Dependency Updaters** in `.github/workflows/update-deps.yml`:\n\u003e     - Update `uses` from `@v2` to `@v3` for `android`, `cocoa`, `js`, `native`, `metrics-flutter`, and `symbol-collector` jobs.\n\u003e \n\u003e \u003csup\u003eWritten by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 4cd7719d06e2c94013e2340484e48da3939290bd. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).\u003c/sup\u003e\n\u003c!-- /CURSOR_SUMMARY --\u003e","html_url":"https://github.com/getsentry/sentry-dart/pull/3277","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fsentry-dart/issues/3277","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/3277/packages"}},{"old_version":"2","new_version":"3","update_type":null,"path":null,"pr_created_at":"2025-09-29T12:02:37.000Z","version_change":"2 → 3","issue":{"uuid":"2870332617","node_id":"PR_kwDOA5Fy-s6rFczJ","number":345,"state":"open","title":"build(deps): bump getsentry/github-workflows from 2 to 3","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-09-29T12:02:37.000Z","updated_at":"2025-09-29T12:02:38.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"build(deps)","packages":[{"name":"getsentry/github-workflows","old_version":"2","new_version":"3","repository_url":"https://github.com/getsentry/github-workflows"}],"path":null,"ecosystem":"actions"},"body":"Bumps [getsentry/github-workflows](https://github.com/getsentry/github-workflows) from 2 to 3.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/getsentry/github-workflows/releases\"\u003egetsentry/github-workflows's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e3.0.0\u003c/h2\u003e\n\u003ch3\u003eBreaking Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater: The default value for \u003ccode\u003epr-strategy\u003c/code\u003e has been changed from \u003ccode\u003ecreate\u003c/code\u003e to \u003ccode\u003eupdate\u003c/code\u003e. (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/124\"\u003e#124\u003c/a\u003e)\nThis 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).\nIf you want to preserve the previous behavior of creating separate PRs, explicitly set \u003ccode\u003epr-strategy: create\u003c/code\u003e in your workflow:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e- uses: getsentry/github-workflows/updater@v3\n  with:\n    # ... other inputs ...\n    pr-strategy: create  # Add this to preserve previous behavior\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eIn case you have existing open PRs created with the \u003ccode\u003ecreate\u003c/code\u003e strategy, you will need to remove these old branches\nmanually as the new name would be a prefix of the old PRs, which git doesnt' allow.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater and Danger reusable workflows are now composite actions (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/114\"\u003e#114\u003c/a\u003e)\u003c/p\u003e\n\u003cp\u003eTo update your existing Updater workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  native:\n    uses: getsentry/github-workflows/.github/workflows/updater.yml@v2\n    with:\n      path: scripts/update-sentry-native-ndk.sh\n      name: Native SDK\n    secrets:\n      # If a custom token is used instead, a CI would be triggered on a created PR.\n      api-token: ${{ secrets.CI_DEPLOY_KEY }}\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003enative:\u003cbr /\u003e\nruns-on: ubuntu-latest\u003cbr /\u003e\nsteps:\u003cbr /\u003e\n- uses: getsentry/github-workflows/updater@v3\u003cbr /\u003e\nwith:\u003cbr /\u003e\npath: scripts/update-sentry-native-ndk.sh\u003cbr /\u003e\nname: Native SDK\u003cbr /\u003e\napi-token: ${{ secrets.CI_DEPLOY_KEY }}\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003cp\u003eTo update your existing Danger workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  danger:\n    uses: getsentry/github-workflows/.github/workflows/danger.yml@v2\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003edanger:\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/getsentry/github-workflows/blob/main/CHANGELOG.md\"\u003egetsentry/github-workflows's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003ch2\u003eUnreleased\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdater - Fix boolean input handling for \u003ccode\u003echangelog-entry\u003c/code\u003e parameter and add input validation (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/127\"\u003e#127\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e3.0.0\u003c/h2\u003e\n\u003ch3\u003eBreaking Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater: The default value for \u003ccode\u003epr-strategy\u003c/code\u003e has been changed from \u003ccode\u003ecreate\u003c/code\u003e to \u003ccode\u003eupdate\u003c/code\u003e. (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/124\"\u003e#124\u003c/a\u003e)\nThis 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).\nIf you want to preserve the previous behavior of creating separate PRs, explicitly set \u003ccode\u003epr-strategy: create\u003c/code\u003e in your workflow:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e- uses: getsentry/github-workflows/updater@v3\n  with:\n    # ... other inputs ...\n    pr-strategy: create  # Add this to preserve previous behavior\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eIn case you have existing open PRs created with the \u003ccode\u003ecreate\u003c/code\u003e strategy, you will need to remove these old branches\nmanually as the new name would be a prefix of the old PRs, which git doesnt' allow.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater and Danger reusable workflows are now composite actions (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/114\"\u003e#114\u003c/a\u003e)\u003c/p\u003e\n\u003cp\u003eTo update your existing Updater workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  native:\n    uses: getsentry/github-workflows/.github/workflows/updater.yml@v2\n    with:\n      path: scripts/update-sentry-native-ndk.sh\n      name: Native SDK\n    secrets:\n      # If a custom token is used instead, a CI would be triggered on a created PR.\n      api-token: ${{ secrets.CI_DEPLOY_KEY }}\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003enative:\u003cbr /\u003e\nruns-on: ubuntu-latest\u003cbr /\u003e\nsteps:\u003cbr /\u003e\n- uses: getsentry/github-workflows/updater@v3\u003cbr /\u003e\nwith:\u003cbr /\u003e\npath: scripts/update-sentry-native-ndk.sh\u003cbr /\u003e\nname: Native SDK\u003cbr /\u003e\napi-token: ${{ secrets.CI_DEPLOY_KEY }}\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/342f5e2f3bbf5f10063869b36317d308c3c938ef\"\u003e\u003ccode\u003e342f5e2\u003c/code\u003e\u003c/a\u003e release: 3.0.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/91b2c0179b0232f02a8c685c6754ee67b966692e\"\u003e\u003ccode\u003e91b2c01\u003c/code\u003e\u003c/a\u003e chore: Clean up changelog by removing outdated version sections and redundant...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/13193d290e6f9fdb2e40a0c154ee7137e80880f9\"\u003e\u003ccode\u003e13193d2\u003c/code\u003e\u003c/a\u003e fix: Handle null bullet point detection in update-changelog script (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/125\"\u003e#125\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/67d5a876d5bb4831b3bc3bd3596e89934129bfbb\"\u003e\u003ccode\u003e67d5a87\u003c/code\u003e\u003c/a\u003e feat!: Change updater pr-strategy default to 'update' (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/124\"\u003e#124\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/45bc4f7aca06dd46fabc4c4d4982cedefce01ce5\"\u003e\u003ccode\u003e45bc4f7\u003c/code\u003e\u003c/a\u003e fix: Improve bullet-point resolution when plain text precedes bullet points (...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/5f024a80bb641c69d6e6bb7908560fd95ad2c389\"\u003e\u003ccode\u003e5f024a8\u003c/code\u003e\u003c/a\u003e test: Convert workflow test scripts to use PowerShell and Pester (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/122\"\u003e#122\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/747517a7da2d9d2811d3dd51dccd5fac55970e57\"\u003e\u003ccode\u003e747517a\u003c/code\u003e\u003c/a\u003e feat: Allow updater to target non-default branches (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/118\"\u003e#118\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/de9e3fa91db31c70cc49cc2d92e980e0459feb2f\"\u003e\u003ccode\u003ede9e3fa\u003c/code\u003e\u003c/a\u003e feat: Support GitHub release title pattern matching (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/117\"\u003e#117\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/1dbbc41ea5a040a35391a6658c17a2528b34e673\"\u003e\u003ccode\u003e1dbbc41\u003c/code\u003e\u003c/a\u003e Add git commit fallback for repositories without changelog files (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/116\"\u003e#116\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/6af5c2d9a035ea4439bdc5efd679376fae9a02a7\"\u003e\u003ccode\u003e6af5c2d\u003c/code\u003e\u003c/a\u003e fix: improve changelog generation for non-tagged commits and edge cases (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/115\"\u003e#115\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/getsentry/github-workflows/compare/v2...v3\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=getsentry/github-workflows\u0026package-manager=github_actions\u0026previous-version=2\u0026new-version=3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/getsentry/sentry-fastlane-plugin/pull/345","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fsentry-fastlane-plugin/issues/345","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/345/packages"}},{"old_version":"2","new_version":"3","update_type":null,"path":null,"pr_created_at":"2025-09-29T08:32:50.000Z","version_change":"2 → 3","issue":{"uuid":"2869568563","node_id":"PR_kwDOBHtnUc6rCiQz","number":5216,"state":"closed","title":"chore(deps): bump getsentry/github-workflows from 2 to 3","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":"2025-09-29T12:13:26.000Z","author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-09-29T08:32:50.000Z","updated_at":"2025-09-29T12:13:27.000Z","time_to_close":13236,"merged_at":"2025-09-29T12:13:26.000Z","merged_by":"antonis","closed_by":null,"dependency_metadata":{"prefix":"chore(deps)","packages":[{"name":"getsentry/github-workflows","old_version":"2","new_version":"3","repository_url":"https://github.com/getsentry/github-workflows"}],"path":null,"ecosystem":"actions"},"body":"Bumps [getsentry/github-workflows](https://github.com/getsentry/github-workflows) from 2 to 3.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/getsentry/github-workflows/releases\"\u003egetsentry/github-workflows's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e3.0.0\u003c/h2\u003e\n\u003ch3\u003eBreaking Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater: The default value for \u003ccode\u003epr-strategy\u003c/code\u003e has been changed from \u003ccode\u003ecreate\u003c/code\u003e to \u003ccode\u003eupdate\u003c/code\u003e. (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/124\"\u003e#124\u003c/a\u003e)\nThis 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).\nIf you want to preserve the previous behavior of creating separate PRs, explicitly set \u003ccode\u003epr-strategy: create\u003c/code\u003e in your workflow:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e- uses: getsentry/github-workflows/updater@v3\n  with:\n    # ... other inputs ...\n    pr-strategy: create  # Add this to preserve previous behavior\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eIn case you have existing open PRs created with the \u003ccode\u003ecreate\u003c/code\u003e strategy, you will need to remove these old branches\nmanually as the new name would be a prefix of the old PRs, which git doesnt' allow.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater and Danger reusable workflows are now composite actions (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/114\"\u003e#114\u003c/a\u003e)\u003c/p\u003e\n\u003cp\u003eTo update your existing Updater workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  native:\n    uses: getsentry/github-workflows/.github/workflows/updater.yml@v2\n    with:\n      path: scripts/update-sentry-native-ndk.sh\n      name: Native SDK\n    secrets:\n      # If a custom token is used instead, a CI would be triggered on a created PR.\n      api-token: ${{ secrets.CI_DEPLOY_KEY }}\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003enative:\u003cbr /\u003e\nruns-on: ubuntu-latest\u003cbr /\u003e\nsteps:\u003cbr /\u003e\n- uses: getsentry/github-workflows/updater@v3\u003cbr /\u003e\nwith:\u003cbr /\u003e\npath: scripts/update-sentry-native-ndk.sh\u003cbr /\u003e\nname: Native SDK\u003cbr /\u003e\napi-token: ${{ secrets.CI_DEPLOY_KEY }}\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003cp\u003eTo update your existing Danger workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  danger:\n    uses: getsentry/github-workflows/.github/workflows/danger.yml@v2\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003edanger:\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/getsentry/github-workflows/blob/main/CHANGELOG.md\"\u003egetsentry/github-workflows's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003ch2\u003eUnreleased\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdater - Fix boolean input handling for \u003ccode\u003echangelog-entry\u003c/code\u003e parameter and add input validation (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/127\"\u003e#127\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e3.0.0\u003c/h2\u003e\n\u003ch3\u003eBreaking Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater: The default value for \u003ccode\u003epr-strategy\u003c/code\u003e has been changed from \u003ccode\u003ecreate\u003c/code\u003e to \u003ccode\u003eupdate\u003c/code\u003e. (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/124\"\u003e#124\u003c/a\u003e)\nThis 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).\nIf you want to preserve the previous behavior of creating separate PRs, explicitly set \u003ccode\u003epr-strategy: create\u003c/code\u003e in your workflow:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e- uses: getsentry/github-workflows/updater@v3\n  with:\n    # ... other inputs ...\n    pr-strategy: create  # Add this to preserve previous behavior\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eIn case you have existing open PRs created with the \u003ccode\u003ecreate\u003c/code\u003e strategy, you will need to remove these old branches\nmanually as the new name would be a prefix of the old PRs, which git doesnt' allow.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater and Danger reusable workflows are now composite actions (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/114\"\u003e#114\u003c/a\u003e)\u003c/p\u003e\n\u003cp\u003eTo update your existing Updater workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  native:\n    uses: getsentry/github-workflows/.github/workflows/updater.yml@v2\n    with:\n      path: scripts/update-sentry-native-ndk.sh\n      name: Native SDK\n    secrets:\n      # If a custom token is used instead, a CI would be triggered on a created PR.\n      api-token: ${{ secrets.CI_DEPLOY_KEY }}\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003enative:\u003cbr /\u003e\nruns-on: ubuntu-latest\u003cbr /\u003e\nsteps:\u003cbr /\u003e\n- uses: getsentry/github-workflows/updater@v3\u003cbr /\u003e\nwith:\u003cbr /\u003e\npath: scripts/update-sentry-native-ndk.sh\u003cbr /\u003e\nname: Native SDK\u003cbr /\u003e\napi-token: ${{ secrets.CI_DEPLOY_KEY }}\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/342f5e2f3bbf5f10063869b36317d308c3c938ef\"\u003e\u003ccode\u003e342f5e2\u003c/code\u003e\u003c/a\u003e release: 3.0.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/91b2c0179b0232f02a8c685c6754ee67b966692e\"\u003e\u003ccode\u003e91b2c01\u003c/code\u003e\u003c/a\u003e chore: Clean up changelog by removing outdated version sections and redundant...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/13193d290e6f9fdb2e40a0c154ee7137e80880f9\"\u003e\u003ccode\u003e13193d2\u003c/code\u003e\u003c/a\u003e fix: Handle null bullet point detection in update-changelog script (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/125\"\u003e#125\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/67d5a876d5bb4831b3bc3bd3596e89934129bfbb\"\u003e\u003ccode\u003e67d5a87\u003c/code\u003e\u003c/a\u003e feat!: Change updater pr-strategy default to 'update' (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/124\"\u003e#124\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/45bc4f7aca06dd46fabc4c4d4982cedefce01ce5\"\u003e\u003ccode\u003e45bc4f7\u003c/code\u003e\u003c/a\u003e fix: Improve bullet-point resolution when plain text precedes bullet points (...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/5f024a80bb641c69d6e6bb7908560fd95ad2c389\"\u003e\u003ccode\u003e5f024a8\u003c/code\u003e\u003c/a\u003e test: Convert workflow test scripts to use PowerShell and Pester (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/122\"\u003e#122\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/747517a7da2d9d2811d3dd51dccd5fac55970e57\"\u003e\u003ccode\u003e747517a\u003c/code\u003e\u003c/a\u003e feat: Allow updater to target non-default branches (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/118\"\u003e#118\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/de9e3fa91db31c70cc49cc2d92e980e0459feb2f\"\u003e\u003ccode\u003ede9e3fa\u003c/code\u003e\u003c/a\u003e feat: Support GitHub release title pattern matching (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/117\"\u003e#117\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/1dbbc41ea5a040a35391a6658c17a2528b34e673\"\u003e\u003ccode\u003e1dbbc41\u003c/code\u003e\u003c/a\u003e Add git commit fallback for repositories without changelog files (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/116\"\u003e#116\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/6af5c2d9a035ea4439bdc5efd679376fae9a02a7\"\u003e\u003ccode\u003e6af5c2d\u003c/code\u003e\u003c/a\u003e fix: improve changelog generation for non-tagged commits and edge cases (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/115\"\u003e#115\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/getsentry/github-workflows/compare/v2...v3\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=getsentry/github-workflows\u0026package-manager=github_actions\u0026previous-version=2\u0026new-version=3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/getsentry/sentry-react-native/pull/5216","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fsentry-react-native/issues/5216","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/5216/packages"}},{"old_version":"2","new_version":"3","update_type":null,"path":null,"pr_created_at":"2025-09-29T04:22:04.000Z","version_change":"2 → 3","issue":{"uuid":"2868974038","node_id":"PR_kwDOADNk_s6rARHW","number":4760,"state":"open","title":"build(deps): bump getsentry/github-workflows from 2 to 3","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-09-29T04:22:04.000Z","updated_at":"2025-09-29T04:23:54.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"build(deps)","packages":[{"name":"getsentry/github-workflows","old_version":"2","new_version":"3","repository_url":"https://github.com/getsentry/github-workflows"}],"path":null,"ecosystem":"actions"},"body":"Bumps [getsentry/github-workflows](https://github.com/getsentry/github-workflows) from 2 to 3.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/getsentry/github-workflows/releases\"\u003egetsentry/github-workflows's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e3.0.0\u003c/h2\u003e\n\u003ch3\u003eBreaking Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater: The default value for \u003ccode\u003epr-strategy\u003c/code\u003e has been changed from \u003ccode\u003ecreate\u003c/code\u003e to \u003ccode\u003eupdate\u003c/code\u003e. (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/124\"\u003e#124\u003c/a\u003e)\nThis 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).\nIf you want to preserve the previous behavior of creating separate PRs, explicitly set \u003ccode\u003epr-strategy: create\u003c/code\u003e in your workflow:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e- uses: getsentry/github-workflows/updater@v3\n  with:\n    # ... other inputs ...\n    pr-strategy: create  # Add this to preserve previous behavior\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eIn case you have existing open PRs created with the \u003ccode\u003ecreate\u003c/code\u003e strategy, you will need to remove these old branches\nmanually as the new name would be a prefix of the old PRs, which git doesnt' allow.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater and Danger reusable workflows are now composite actions (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/114\"\u003e#114\u003c/a\u003e)\u003c/p\u003e\n\u003cp\u003eTo update your existing Updater workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  native:\n    uses: getsentry/github-workflows/.github/workflows/updater.yml@v2\n    with:\n      path: scripts/update-sentry-native-ndk.sh\n      name: Native SDK\n    secrets:\n      # If a custom token is used instead, a CI would be triggered on a created PR.\n      api-token: ${{ secrets.CI_DEPLOY_KEY }}\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003enative:\u003cbr /\u003e\nruns-on: ubuntu-latest\u003cbr /\u003e\nsteps:\u003cbr /\u003e\n- uses: getsentry/github-workflows/updater@v3\u003cbr /\u003e\nwith:\u003cbr /\u003e\npath: scripts/update-sentry-native-ndk.sh\u003cbr /\u003e\nname: Native SDK\u003cbr /\u003e\napi-token: ${{ secrets.CI_DEPLOY_KEY }}\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003cp\u003eTo update your existing Danger workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  danger:\n    uses: getsentry/github-workflows/.github/workflows/danger.yml@v2\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003edanger:\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/getsentry/github-workflows/blob/main/CHANGELOG.md\"\u003egetsentry/github-workflows's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003ch2\u003eUnreleased\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdater - Fix boolean input handling for \u003ccode\u003echangelog-entry\u003c/code\u003e parameter and add input validation (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/127\"\u003e#127\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e3.0.0\u003c/h2\u003e\n\u003ch3\u003eBreaking Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater: The default value for \u003ccode\u003epr-strategy\u003c/code\u003e has been changed from \u003ccode\u003ecreate\u003c/code\u003e to \u003ccode\u003eupdate\u003c/code\u003e. (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/124\"\u003e#124\u003c/a\u003e)\nThis 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).\nIf you want to preserve the previous behavior of creating separate PRs, explicitly set \u003ccode\u003epr-strategy: create\u003c/code\u003e in your workflow:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e- uses: getsentry/github-workflows/updater@v3\n  with:\n    # ... other inputs ...\n    pr-strategy: create  # Add this to preserve previous behavior\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eIn case you have existing open PRs created with the \u003ccode\u003ecreate\u003c/code\u003e strategy, you will need to remove these old branches\nmanually as the new name would be a prefix of the old PRs, which git doesnt' allow.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater and Danger reusable workflows are now composite actions (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/114\"\u003e#114\u003c/a\u003e)\u003c/p\u003e\n\u003cp\u003eTo update your existing Updater workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  native:\n    uses: getsentry/github-workflows/.github/workflows/updater.yml@v2\n    with:\n      path: scripts/update-sentry-native-ndk.sh\n      name: Native SDK\n    secrets:\n      # If a custom token is used instead, a CI would be triggered on a created PR.\n      api-token: ${{ secrets.CI_DEPLOY_KEY }}\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003enative:\u003cbr /\u003e\nruns-on: ubuntu-latest\u003cbr /\u003e\nsteps:\u003cbr /\u003e\n- uses: getsentry/github-workflows/updater@v3\u003cbr /\u003e\nwith:\u003cbr /\u003e\npath: scripts/update-sentry-native-ndk.sh\u003cbr /\u003e\nname: Native SDK\u003cbr /\u003e\napi-token: ${{ secrets.CI_DEPLOY_KEY }}\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/342f5e2f3bbf5f10063869b36317d308c3c938ef\"\u003e\u003ccode\u003e342f5e2\u003c/code\u003e\u003c/a\u003e release: 3.0.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/91b2c0179b0232f02a8c685c6754ee67b966692e\"\u003e\u003ccode\u003e91b2c01\u003c/code\u003e\u003c/a\u003e chore: Clean up changelog by removing outdated version sections and redundant...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/13193d290e6f9fdb2e40a0c154ee7137e80880f9\"\u003e\u003ccode\u003e13193d2\u003c/code\u003e\u003c/a\u003e fix: Handle null bullet point detection in update-changelog script (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/125\"\u003e#125\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/67d5a876d5bb4831b3bc3bd3596e89934129bfbb\"\u003e\u003ccode\u003e67d5a87\u003c/code\u003e\u003c/a\u003e feat!: Change updater pr-strategy default to 'update' (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/124\"\u003e#124\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/45bc4f7aca06dd46fabc4c4d4982cedefce01ce5\"\u003e\u003ccode\u003e45bc4f7\u003c/code\u003e\u003c/a\u003e fix: Improve bullet-point resolution when plain text precedes bullet points (...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/5f024a80bb641c69d6e6bb7908560fd95ad2c389\"\u003e\u003ccode\u003e5f024a8\u003c/code\u003e\u003c/a\u003e test: Convert workflow test scripts to use PowerShell and Pester (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/122\"\u003e#122\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/747517a7da2d9d2811d3dd51dccd5fac55970e57\"\u003e\u003ccode\u003e747517a\u003c/code\u003e\u003c/a\u003e feat: Allow updater to target non-default branches (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/118\"\u003e#118\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/de9e3fa91db31c70cc49cc2d92e980e0459feb2f\"\u003e\u003ccode\u003ede9e3fa\u003c/code\u003e\u003c/a\u003e feat: Support GitHub release title pattern matching (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/117\"\u003e#117\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/1dbbc41ea5a040a35391a6658c17a2528b34e673\"\u003e\u003ccode\u003e1dbbc41\u003c/code\u003e\u003c/a\u003e Add git commit fallback for repositories without changelog files (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/116\"\u003e#116\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/6af5c2d9a035ea4439bdc5efd679376fae9a02a7\"\u003e\u003ccode\u003e6af5c2d\u003c/code\u003e\u003c/a\u003e fix: improve changelog generation for non-tagged commits and edge cases (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/115\"\u003e#115\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/getsentry/github-workflows/compare/v2...v3\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=getsentry/github-workflows\u0026package-manager=github_actions\u0026previous-version=2\u0026new-version=3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e","html_url":"https://github.com/getsentry/sentry-java/pull/4760","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fsentry-java/issues/4760","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/4760/packages"}},{"old_version":"2","new_version":"3","update_type":null,"path":null,"pr_created_at":"2025-09-29T00:03:25.000Z","version_change":"2 → 3","issue":{"uuid":"2868593479","node_id":"PR_kwDOF7veV86q-0NH","number":359,"state":"open","title":"build(deps): bump getsentry/github-workflows from 2 to 3","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-09-29T00:03:25.000Z","updated_at":"2025-09-29T00:05:29.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"build(deps)","packages":[{"name":"getsentry/github-workflows","old_version":"2","new_version":"3","repository_url":"https://github.com/getsentry/github-workflows"}],"path":null,"ecosystem":"actions"},"body":"Bumps [getsentry/github-workflows](https://github.com/getsentry/github-workflows) from 2 to 3.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/getsentry/github-workflows/releases\"\u003egetsentry/github-workflows's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e3.0.0\u003c/h2\u003e\n\u003ch3\u003eBreaking Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater: The default value for \u003ccode\u003epr-strategy\u003c/code\u003e has been changed from \u003ccode\u003ecreate\u003c/code\u003e to \u003ccode\u003eupdate\u003c/code\u003e. (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/124\"\u003e#124\u003c/a\u003e)\nThis 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).\nIf you want to preserve the previous behavior of creating separate PRs, explicitly set \u003ccode\u003epr-strategy: create\u003c/code\u003e in your workflow:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e- uses: getsentry/github-workflows/updater@v3\n  with:\n    # ... other inputs ...\n    pr-strategy: create  # Add this to preserve previous behavior\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eIn case you have existing open PRs created with the \u003ccode\u003ecreate\u003c/code\u003e strategy, you will need to remove these old branches\nmanually as the new name would be a prefix of the old PRs, which git doesnt' allow.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater and Danger reusable workflows are now composite actions (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/114\"\u003e#114\u003c/a\u003e)\u003c/p\u003e\n\u003cp\u003eTo update your existing Updater workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  native:\n    uses: getsentry/github-workflows/.github/workflows/updater.yml@v2\n    with:\n      path: scripts/update-sentry-native-ndk.sh\n      name: Native SDK\n    secrets:\n      # If a custom token is used instead, a CI would be triggered on a created PR.\n      api-token: ${{ secrets.CI_DEPLOY_KEY }}\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003enative:\u003cbr /\u003e\nruns-on: ubuntu-latest\u003cbr /\u003e\nsteps:\u003cbr /\u003e\n- uses: getsentry/github-workflows/updater@v3\u003cbr /\u003e\nwith:\u003cbr /\u003e\npath: scripts/update-sentry-native-ndk.sh\u003cbr /\u003e\nname: Native SDK\u003cbr /\u003e\napi-token: ${{ secrets.CI_DEPLOY_KEY }}\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003cp\u003eTo update your existing Danger workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  danger:\n    uses: getsentry/github-workflows/.github/workflows/danger.yml@v2\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003edanger:\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/getsentry/github-workflows/blob/main/CHANGELOG.md\"\u003egetsentry/github-workflows's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003ch2\u003eUnreleased\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdater - Fix boolean input handling for \u003ccode\u003echangelog-entry\u003c/code\u003e parameter and add input validation (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/127\"\u003e#127\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e3.0.0\u003c/h2\u003e\n\u003ch3\u003eBreaking Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater: The default value for \u003ccode\u003epr-strategy\u003c/code\u003e has been changed from \u003ccode\u003ecreate\u003c/code\u003e to \u003ccode\u003eupdate\u003c/code\u003e. (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/124\"\u003e#124\u003c/a\u003e)\nThis 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).\nIf you want to preserve the previous behavior of creating separate PRs, explicitly set \u003ccode\u003epr-strategy: create\u003c/code\u003e in your workflow:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e- uses: getsentry/github-workflows/updater@v3\n  with:\n    # ... other inputs ...\n    pr-strategy: create  # Add this to preserve previous behavior\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eIn case you have existing open PRs created with the \u003ccode\u003ecreate\u003c/code\u003e strategy, you will need to remove these old branches\nmanually as the new name would be a prefix of the old PRs, which git doesnt' allow.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eUpdater and Danger reusable workflows are now composite actions (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/pull/114\"\u003e#114\u003c/a\u003e)\u003c/p\u003e\n\u003cp\u003eTo update your existing Updater workflows:\u003c/p\u003e\n\u003cpre lang=\"yaml\"\u003e\u003ccode\u003e### Before\n  native:\n    uses: getsentry/github-workflows/.github/workflows/updater.yml@v2\n    with:\n      path: scripts/update-sentry-native-ndk.sh\n      name: Native SDK\n    secrets:\n      # If a custom token is used instead, a CI would be triggered on a created PR.\n      api-token: ${{ secrets.CI_DEPLOY_KEY }}\n\u003ch3\u003eAfter\u003c/h3\u003e\n\u003cp\u003enative:\u003cbr /\u003e\nruns-on: ubuntu-latest\u003cbr /\u003e\nsteps:\u003cbr /\u003e\n- uses: getsentry/github-workflows/updater@v3\u003cbr /\u003e\nwith:\u003cbr /\u003e\npath: scripts/update-sentry-native-ndk.sh\u003cbr /\u003e\nname: Native SDK\u003cbr /\u003e\napi-token: ${{ secrets.CI_DEPLOY_KEY }}\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/342f5e2f3bbf5f10063869b36317d308c3c938ef\"\u003e\u003ccode\u003e342f5e2\u003c/code\u003e\u003c/a\u003e release: 3.0.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/91b2c0179b0232f02a8c685c6754ee67b966692e\"\u003e\u003ccode\u003e91b2c01\u003c/code\u003e\u003c/a\u003e chore: Clean up changelog by removing outdated version sections and redundant...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/13193d290e6f9fdb2e40a0c154ee7137e80880f9\"\u003e\u003ccode\u003e13193d2\u003c/code\u003e\u003c/a\u003e fix: Handle null bullet point detection in update-changelog script (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/125\"\u003e#125\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/67d5a876d5bb4831b3bc3bd3596e89934129bfbb\"\u003e\u003ccode\u003e67d5a87\u003c/code\u003e\u003c/a\u003e feat!: Change updater pr-strategy default to 'update' (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/124\"\u003e#124\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/45bc4f7aca06dd46fabc4c4d4982cedefce01ce5\"\u003e\u003ccode\u003e45bc4f7\u003c/code\u003e\u003c/a\u003e fix: Improve bullet-point resolution when plain text precedes bullet points (...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/5f024a80bb641c69d6e6bb7908560fd95ad2c389\"\u003e\u003ccode\u003e5f024a8\u003c/code\u003e\u003c/a\u003e test: Convert workflow test scripts to use PowerShell and Pester (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/122\"\u003e#122\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/747517a7da2d9d2811d3dd51dccd5fac55970e57\"\u003e\u003ccode\u003e747517a\u003c/code\u003e\u003c/a\u003e feat: Allow updater to target non-default branches (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/118\"\u003e#118\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/de9e3fa91db31c70cc49cc2d92e980e0459feb2f\"\u003e\u003ccode\u003ede9e3fa\u003c/code\u003e\u003c/a\u003e feat: Support GitHub release title pattern matching (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/117\"\u003e#117\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/1dbbc41ea5a040a35391a6658c17a2528b34e673\"\u003e\u003ccode\u003e1dbbc41\u003c/code\u003e\u003c/a\u003e Add git commit fallback for repositories without changelog files (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/116\"\u003e#116\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/getsentry/github-workflows/commit/6af5c2d9a035ea4439bdc5efd679376fae9a02a7\"\u003e\u003ccode\u003e6af5c2d\u003c/code\u003e\u003c/a\u003e fix: improve changelog generation for non-tagged commits and edge cases (\u003ca href=\"https://redirect.github.com/getsentry/github-workflows/issues/115\"\u003e#115\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/getsentry/github-workflows/compare/v2...v3\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=getsentry/github-workflows\u0026package-manager=github_actions\u0026previous-version=2\u0026new-version=3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n\u003c/details\u003e\n\n\u003c!-- CURSOR_SUMMARY --\u003e\n---\n\n\u003e [!NOTE]\n\u003e Upgrade reusable GitHub workflows to v3 for Danger and dependency updater.\n\u003e \n\u003e - **CI Workflows**:\n\u003e   - Update `uses` to `@v3` for `getsentry/github-workflows`:\n\u003e     - `/.github/workflows/danger.yml` → `getsentry/github-workflows/.github/workflows/danger.yml@v3`\n\u003e     - `/.github/workflows/update-deps.yml` → `getsentry/github-workflows/.github/workflows/updater.yml@v3`\n\u003e \n\u003e \u003csup\u003eWritten by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 6068f07376f3ac4bd76d0b2e8ec36d7aad9cfbce. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).\u003c/sup\u003e\n\u003c!-- /CURSOR_SUMMARY --\u003e","html_url":"https://github.com/getsentry/sentry-dart-plugin/pull/359","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fsentry-dart-plugin/issues/359","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/359/packages"}}]}