Skip to content

build(deps): bump getsentry/craft/.github/workflows/changelog-preview.yml from 2.25.2 to 2.25.4#468

Merged
itaybre merged 1 commit intomasterfrom
dependabot/github_actions/getsentry/craft/dot-github/workflows/changelog-preview.yml-2.25.4
Apr 21, 2026
Merged

build(deps): bump getsentry/craft/.github/workflows/changelog-preview.yml from 2.25.2 to 2.25.4#468
itaybre merged 1 commit intomasterfrom
dependabot/github_actions/getsentry/craft/dot-github/workflows/changelog-preview.yml-2.25.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 21, 2026

Bumps getsentry/craft/.github/workflows/changelog-preview.yml from 2.25.2 to 2.25.4.

Release notes

Sourced from getsentry/craft/.github/workflows/changelog-preview.yml's releases.

2.25.4

Bug Fixes 🐛

  • (publish) Replace CRAFT_NEW_VERSION with CRAFT_RELEASED_VERSION in post-release env by @​BYK in #793

2.25.3

Bug Fixes 🐛

  • (deps) Address security vulnerabilities in vite, picomatch, and defu by @​BYK in #791
  • (publish) Distinguish auth failures from merge conflicts in post-publish merge by @​BYK in #788
Changelog

Sourced from getsentry/craft/.github/workflows/changelog-preview.yml's changelog.

Changelog

2.25.4

Bug Fixes 🐛

  • (publish) Replace CRAFT_NEW_VERSION with CRAFT_RELEASED_VERSION in post-release env by @​BYK in #793

2.25.3

Bug Fixes 🐛

  • (deps) Address security vulnerabilities in vite, picomatch, and defu by @​BYK in #791
  • (publish) Distinguish auth failures from merge conflicts in post-publish merge by @​BYK in #788

2.25.2

Bug Fixes 🐛

  • Preserve HTML blocks (e.g., <img> tags from GitHub image uploads) in custom ## Changelog Entry PR sections instead of silently dropping them. by @​BYK in #786
  • (deps) Bump brace-expansion from 5.0.4 to 5.0.5 by @​BYK in #787
  • Upgrade GitHub Actions to Node.js 24 compatible versions by @​BYK in #784

Internal Changes 🔧

2.25.1

Bug Fixes 🐛

Internal Changes 🔧

  • Reformat codebase with Prettier and add CI enforcement by @​BYK in #782

2.25.0

New Features ✨

  • (registry) Require and validate registry metadata on first publish by @​s1gr1d in #777

Bug Fixes 🐛

  • (deps) Address security advisories for fast-xml-parser, h3, and flatted by @​BYK in #780
  • (publish) Make post-publish merge failure non-fatal with resolve strategy retry by @​BYK in #778

Internal Changes 🔧

... (truncated)

Commits
  • 97d0c42 release: 2.25.4
  • 6e59f3b fix(publish): replace CRAFT_NEW_VERSION with CRAFT_RELEASED_VERSION in post-r...
  • 885f168 meta: Bump new development version
  • 6903199 Merge branch 'release/2.25.3'
  • 9a8e27a release: 2.25.3
  • 6ba86bc fix(deps): address security vulnerabilities in vite, picomatch, and defu (#791)
  • f081abe fix(publish): distinguish auth failures from merge conflicts in post-publish ...
  • dab9468 meta: Bump new development version
  • 3c9e16f Merge branch 'release/2.25.2'
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

….yml

Bumps [getsentry/craft/.github/workflows/changelog-preview.yml](https://github.com/getsentry/craft) from 2.25.2 to 2.25.4.
- [Release notes](https://github.com/getsentry/craft/releases)
- [Changelog](https://github.com/getsentry/craft/blob/master/CHANGELOG.md)
- [Commits](getsentry/craft@ba01e59...97d0c42)

---
updated-dependencies:
- dependency-name: getsentry/craft/.github/workflows/changelog-preview.yml
  dependency-version: 2.25.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 21, 2026
@dependabot dependabot Bot added the github_actions Pull requests that update GitHub Actions code label Apr 21, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 21, 2026

Semver Impact of This PR

🟢 Patch (bug fixes)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


Internal Changes 🔧

Deps

  • Bump getsentry/craft/.github/workflows/changelog-preview.yml from 2.25.2 to 2.25.4 by dependabot[bot] in #468
  • Update CLI to v3.4.0 by github-actions in #466
  • Bump actions/upload-artifact from 7.0.0 to 7.0.1 by dependabot in #463
  • Bump actions/create-github-app-token from 3.0.0 to 3.1.1 by dependabot in #464
  • Bump ruby/setup-ruby from 1.300.0 to 1.301.0 by dependabot in #465
  • Bump ruby/setup-ruby from 1.299.0 to 1.300.0 by dependabot in #462

🤖 This preview updates automatically when you update the PR.

Copy link
Copy Markdown
Contributor

@itaybre itaybre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Copy Markdown
Contributor

@itaybre itaybre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@itaybre itaybre merged commit df6f41c into master Apr 21, 2026
17 checks passed
@itaybre itaybre deleted the dependabot/github_actions/getsentry/craft/dot-github/workflows/changelog-preview.yml-2.25.4 branch April 21, 2026 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant