Skip to content

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

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/freckle-mergeabot-action-3.x
Open

chore(deps): update freckle/mergeabot-action action to v3#416
renovate[bot] wants to merge 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.1.0

Release Notes

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

v3.1.0

Compare Source

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 05:06
@renovate renovate Bot added the renovate label Jul 30, 2026
@renovate
renovate Bot requested review from mjgpy3 and removed request for a team July 30, 2026 05:06
@renovate
renovate Bot force-pushed the renovate/freckle-mergeabot-action-3.x branch 2 times, most recently from fc80214 to 6859794 Compare July 30, 2026 05:11
@renovate
renovate Bot force-pushed the renovate/freckle-mergeabot-action-3.x branch from 6859794 to 0aebfbd Compare July 30, 2026 17:31
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