Skip to content

chore(deps): update zeebe-io/backport-action action to v4.5#133

Merged
bobh66 merged 1 commit intomainfrom
renovate/zeebe-io-backport-action-4.x
Apr 30, 2026
Merged

chore(deps): update zeebe-io/backport-action action to v4.5#133
bobh66 merged 1 commit intomainfrom
renovate/zeebe-io-backport-action-4.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 27, 2026

This PR contains the following updates:

Package Type Update Change
zeebe-io/backport-action action minor v4.4v4.5

Release Notes

zeebe-io/backport-action (zeebe-io/backport-action)

v4.5

Compare Source

v4.5.0: Backport-action v4.5.0

Compare Source

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
❌ stable/8.5 — unable to cherry-pick

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:

- uses: korthout/backport-action@v4.5.0
  with:
    comment_style: summary

I'd love feedback on summary while it's opt-in. Drop a comment on #​611 with anything that's confusing, missing, or broken. Once it's proven stable in real workflows, I plan to make it the default and deprecate legacy in a future major release.

Updated dependencies

Maintenance changes

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


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested review from bobh66 and turkenh as code owners April 27, 2026 17:34
@renovate renovate Bot force-pushed the renovate/zeebe-io-backport-action-4.x branch from 9a9ce00 to 1340f7e Compare April 30, 2026 23:29
@renovate renovate Bot force-pushed the renovate/zeebe-io-backport-action-4.x branch from 1340f7e to 4243fd1 Compare April 30, 2026 23:31
@bobh66 bobh66 merged commit 6ecc539 into main Apr 30, 2026
6 checks passed
@renovate renovate Bot deleted the renovate/zeebe-io-backport-action-4.x branch April 30, 2026 23:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant