Skip to content

chore(deps): update freckle/mergeabot-action action to v3 - #110

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/freckle-mergeabot-action-3.x
Jul 30, 2026
Merged

chore(deps): update freckle/mergeabot-action action to v3#110
renovate[bot] merged 1 commit into
mainfrom
renovate/freckle-mergeabot-action-3.x

Conversation

@renovate

@renovate renovate Bot commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
freckle/mergeabot-action action major v2v3.0.0

Release Notes

freckle/mergeabot-action (freckle/mergeabot-action)

v3.0.0

Compare 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, but
two input-handling edge cases changed in ways that can break existing
workflows -- read the Breaking Changes section before upgrading.

Breaking Changes

  • dry-run and remove-reviewers now require a strict boolean string.
    These inputs are parsed with @actions/core's getBooleanInput, which only
    accepts true/True/TRUE/false/False/FALSE (YAML 1.2 Core Schema).
    The old bash implementation also accepted values like dry-run: 1. If your
    workflow 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 strategy no longer exits with a distinct status code.
    Previously, an invalid strategy input caused the underlying script to
    exit 64 (EX_USAGE), distinguishing a misconfiguration from a runtime
    failure. 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-days accepts non-numeric input without validation (parses to
    NaN rather than raising a clear error) -- tracked as a known gap, not
    fixed in this release.
  • Reviewer-removal and comment-posting on newly-opened bot PRs are no longer
    gated behind dry-run.
  • GraphQL PR search now uses ISSUE_ADVANCED, fixing a bug where OR in
    exclude-title-regex-adjacent queries was silently ignored.
  • README inputs table is now generated from action.yml via action-docs.

Upgrading

- uses: freckle/mergeabot-action@v3

No input renames; only the stricter boolean parsing and the exit-code
behavior above require attention.

v2.1.0

Compare Source

Make PR author configurable via the bot-authors input, so reviewer-removal and the scheduled auto-merge scan apply to Renovate as well as Dependabot. Backward-compatible (defaults to dependabot[bot]).


Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • 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 added the renovate label Jul 30, 2026
@renovate
renovate Bot requested a review from a team as a code owner July 30, 2026 04:58
@renovate
renovate Bot requested review from z0isch and removed request for a team July 30, 2026 04:58
@renovate
renovate Bot merged commit 5835b67 into main Jul 30, 2026
14 checks passed
@renovate
renovate Bot deleted the renovate/freckle-mergeabot-action-3.x branch July 30, 2026 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants