chore(deps): update freckle/mergeabot-action action to v3 - #416
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update freckle/mergeabot-action action to v3#416renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/freckle-mergeabot-action-3.x
branch
2 times, most recently
from
July 30, 2026 05:11
fc80214 to
6859794
Compare
renovate
Bot
force-pushed
the
renovate/freckle-mergeabot-action-3.x
branch
from
July 30, 2026 17:31
6859794 to
0aebfbd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2→v3.1.0Release Notes
freckle/mergeabot-action (freckle/mergeabot-action)
v3.1.0Compare Source
v3.0.0Compare Source
v3.0.0
Rewrites the action from a bash script (
bin/automerge-prs) to TypeScript,compiled to
dist/index.js. Behavior is preserved for the common cases, buttwo input-handling edge cases changed in ways that can break existing
workflows -- read the Breaking Changes section before upgrading.
Breaking Changes
dry-runandremove-reviewersnow require a strict boolean string.These inputs are parsed with
@actions/core'sgetBooleanInput, which onlyaccepts
true/True/TRUE/false/False/FALSE(YAML 1.2 Core Schema).The old bash implementation also accepted values like
dry-run: 1. If yourworkflow sets either input to
1,0, or any other non-canonical value,update it to
"true"/"false"before upgrading, or the step will throw.An invalid
strategyno longer exits with a distinct status code.Previously, an invalid
strategyinput caused the underlying script toexit 64 (
EX_USAGE), distinguishing a misconfiguration from a runtimefailure. All failures -- config or runtime -- now surface the same way via
core.setFailed. If anything in your pipeline branched on that exit code,it will no longer see the distinction.
Other Notable Changes
quarantine-daysaccepts non-numeric input without validation (parses toNaNrather than raising a clear error) -- tracked as a known gap, notfixed in this release.
gated behind
dry-run.ISSUE_ADVANCED, fixing a bug whereORinexclude-title-regex-adjacent queries was silently ignored.action.ymlviaaction-docs.Upgrading
No input renames; only the stricter boolean parsing and the exit-code
behavior above require attention.
v2.1.0Compare Source
Make PR author configurable via the
bot-authorsinput, so reviewer-removal and the scheduled auto-merge scan apply to Renovate as well as Dependabot. Backward-compatible (defaults todependabot[bot]).Configuration
📅 Schedule: (in timezone America/New_York)
* 0-3 * * *)🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.