Skip to content

Bump korthout/backport-action from 4.4.0 to 4.5.1#10839

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/github_actions/korthout/backport-action-4.5.1
Open

Bump korthout/backport-action from 4.4.0 to 4.5.1#10839
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/github_actions/korthout/backport-action-4.5.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 7, 2026

Bumps korthout/backport-action from 4.4.0 to 4.5.1.

Release notes

Sourced from korthout/backport-action's releases.

Backport-action v4.5.1

What's Changed

Bug fix for [comment_style: summary drops conflict-resolution instructions #633](korthout/backport-action#633)

Updated dependencies

Maintenance changes

Full Changelog: korthout/backport-action@v4.5.0...v4.5.1

Backport-action v4.5.0

What's Changed

This release introduces a new comment_style input with two options:

  • legacy (default): one comment per target branch. This is the same behavior as you know from previous versions.
  • summary: a single comment per workflow run that updates progressively as each target is processed. It links back to the workflow run, shows a status table for every target, and includes recovery hints for known failure modes (e.g. push permission denied, cherry-pick conflicts).

Here's what a summary comment looks like mid-run:

Backport-action is backporting this pull request in workflow run 15439584062.

Target Status
stable/8.7 ✅ Created #612
stable/8.6 ⚠️ Drafted with conflicts #613
stable/8.5 ❌ Failed
stable/8.4 ➖ Skipped (PR already exists)
stable/8.3 ⌛ Pending

Tried to cherry-pick commits onto stable/8.5, but the cherry-pick failed.

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin stable/8.5
git worktree add -d .worktree/stable/8.5 origin/stable/8.5
cd .worktree/stable/8.5
git switch --create <backport-branch-name>
git cherry-pick -x a1b2c3d e4f5g6h

Opt in by adding comment_style: summary to your workflow:

... (truncated)

Commits
  • bf97bcf dist: release 4.5.1
  • 5751715 dist: build new artifacts
  • d7640ad Merge pull request #634 from korthout/summary-conflict-resolution-instructions
  • 4da98db fix: post resolve-conflicts comment on draft PR in summary mode
  • 0b636e5 refactor: extract draft-PR conflict comment helper
  • 9ec6a2d test: cover draft-PR conflict comment in summary mode
  • ce302ba Merge pull request #632 from korthout/renovate/lock-file-maintenance
  • 5cc454f Lock file maintenance
  • 2315a7c Merge pull request #628 from korthout/enable-summary-comment-style
  • cdc3b59 ci: opt the backport workflow into summary comment style
  • Additional commits viewable in compare view

Dependabot compatibility score

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


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

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

Bumps [korthout/backport-action](https://github.com/korthout/backport-action) from 4.4.0 to 4.5.1.
- [Release notes](https://github.com/korthout/backport-action/releases)
- [Commits](korthout/backport-action@ad30f01...bf97bcf)

---
updated-dependencies:
- dependency-name: korthout/backport-action
  dependency-version: 4.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 7, 2026
@cla-bot cla-bot Bot added the cla/signed label May 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla/signed 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.

0 participants