Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 29, 2025

This PR contains the following updates:

Package Type Update Change
actions/checkout action minor v4v4.3.1
actions/labeler action pinDigest 8558fd7
changesets/action action minor v1v1.5.3
mscharley/dependency-changesets-action action minor v1.1.1v1.2.2
stefanzweifel/git-auto-commit-action action minor v5v5.2.0

Release Notes

actions/checkout (actions/checkout)

v4.3.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v4...v4.3.1

v4.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/checkout@v4...v4.3.0

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.7

Compare Source

v4.1.6

Compare Source

v4.1.5

Compare Source

v4.1.4

Compare Source

v4.1.3

Compare Source

v4.1.2

Compare Source

  • Fix: Disable sparse checkout whenever sparse-checkout option is not present @​dscho in #​1598

v4.1.1

Compare Source

v4.1.0

Compare Source

changesets/action (changesets/action)

v1.5.3

Compare Source

Patch Changes
  • #​477 9d933dc Thanks @​Andarist! - Updated @actions/* and @octokit/* dependencies.

  • #​479 cf373e4 Thanks @​Andarist! - Switched to esbuild for bundling the dist file. This led to 45% file size reduction.

  • #​488 022692b Thanks @​s0! - Fix PRs sometimes not getting reopened with commitMode: github-api

    There was a race-condition that means sometimes existing PRs would not be found,
    and new PRs would be opened. This has now been fixed by fetching existing PRs
    before making any changes.

  • #​486 7ed1955 Thanks @​s0! - Fixed situations in which cwd was specified as a relative path and used with (default) commitMode: git-cli

  • #​461 e9c36b6 Thanks @​nayounsang! - Avoid hitting a deprecation warning when encountering errors from @octokit/request-error

v1.5.2

Compare Source

Patch Changes
  • #​473 3c24abe Thanks @​s0! - Make git add work consistently with subdirectories

    Ensure that when running the action from a subdirectory of a repository,
    only the files from that directory are added, regardless of commitMode.

v1.5.1

Compare Source

Patch Changes
  • #​471 15ab130 Thanks @​h3rmanj! - Bump @changesets/ghcommit to v1.4.0, which fixes an issue running this action in monorepos with commitMode: github-api

  • #​467 6e57550 Thanks @​Vx-V! - Avoid searching for an existing pull request early.

v1.5.0

Compare Source

Minor Changes
  • #​391 207dc3d Thanks @​s0! - Introduce a new input commitMode that allows using the GitHub API for pushing tags and commits instead of the Git CLI.

    When used with "github-api" value all tags and commits will be attributed to the user whose GITHUB_TOKEN is used, and also signed using GitHub's internal GPG key.

v1.4.10

Compare Source

Patch Changes
  • #​448 8b16070 Thanks @​bluwy! - Use full git email (41898282+github-actions[bot]@​users.noreply.github.com) for github-actions bot when making commits

v1.4.9

Compare Source

Patch Changes

v1.4.8

Compare Source

Patch Changes

v1.4.7

Compare Source

Patch Changes

v1.4.6

Compare Source

Patch Changes

v1.4.5

Compare Source

Patch Changes
  • #​282 eb19e25 Thanks @​mark-omarov! - Updated a few dependencies to patch the security vulnerabilities that were reported for their older versions.

v1.4.4

Compare Source

Patch Changes

v1.4.3

Compare Source

Patch Changes

v1.4.2

Compare Source

Patch Changes

v1.4.1

Compare Source

Patch Changes

v1.4.0

Compare Source

Minor Changes
Patch Changes

v1.3.0

Compare Source

Minor Changes
Patch Changes
  • #​157 521c27b Thanks @​emmenko! - Automatically adjust GitHub PR message if it exceeds a size limit of 60k characters by omitting some of the changelog information.

v1.2.2

Compare Source

Patch Changes
  • #​161 52c9ce7 Thanks @​bicknellr! - Change directory to cwd before running git user setup. This fixes an issue when the action starts its execution not in a git repository.

v1.2.1

Compare Source

Patch Changes

v1.2.0

Compare Source

Minor Changes
  • #​130 5c0997b Thanks @​akphi! - Added createGithubReleases input option (defaults to true) to control whether to create Github releases during publish or not.

  • #​134 1ed9bc2 Thanks @​dmregister! - Added cwd input option that can be used in projects that are not in the root directory.

v1.1.0

Compare Source

Minor Changes
mscharley/dependency-changesets-action (mscharley/dependency-changesets-action)

v1.2.2

Compare Source

What's Changed

Full Changelog: mscharley/dependency-changesets-action@v1.2.1...v1.2.2

v1.2.1

Compare Source

What's Changed

Full Changelog: mscharley/dependency-changesets-action@v1.2.0...v1.2.1

v1.2.0

Compare Source

What's Changed

Full Changelog: mscharley/dependency-changesets-action@v1.1.9...v1.2.0

v1.1.9

Compare Source

What's Changed

New Contributors

Full Changelog: mscharley/dependency-changesets-action@v1.1.8...v1.1.9

v1.1.8

Compare Source

What's Changed

Full Changelog: mscharley/dependency-changesets-action@v1.1.7...v1.1.8

v1.1.7

Compare Source

What's Changed

Full Changelog: mscharley/dependency-changesets-action@v1.1.6...v1.1.7

v1.1.6

Compare Source

What's Changed

New Contributors

Full Changelog: mscharley/dependency-changesets-action@v1.1.5...v1.1.6

v1.1.5

Compare Source

What's Changed

Full Changelog: mscharley/dependency-changesets-action@v1.1.4...v1.1.5

v1.1.4

Compare Source

What's Changed

Full Changelog: mscharley/dependency-changesets-action@v1.1.3...v1.1.4

v1.1.3

Compare Source

What's Changed

Fixed a bug in the migration to ESM in 1.1.2 that meant the action couldn't launch successfully.

Full Changelog: mscharley/dependency-changesets-action@v1.1.2...v1.1.3

v1.1.2

Compare Source

What's Changed

Full Changelog: mscharley/dependency-changesets-action@v1.1.1...v1.1.2

stefanzweifel/git-auto-commit-action (stefanzweifel/git-auto-commit-action)

v5.2.0

Compare Source

Added
Fixed

v5.1.0

Compare Source

Changed
Fixed
Dependency Updates

v5.0.1

Compare Source

Fixed
  • Fail if attempting to execute git commands in a directory that is not a git-repo. (#​326) @​ccomendant
Dependency Updates
Misc

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 a review from a team as a code owner September 29, 2025 00:48
@changeset-bot
Copy link

changeset-bot bot commented Sep 29, 2025

⚠️ No Changeset found

Latest commit: 956f705

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Sep 29, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot force-pushed the renovate/workflows-github-actions branch from 0b6374f to fc32c43 Compare October 11, 2025 12:32
@renovate renovate bot force-pushed the renovate/workflows-github-actions branch 3 times, most recently from 57524ff to f8352a3 Compare November 18, 2025 03:59
@renovate renovate bot force-pushed the renovate/workflows-github-actions branch from f8352a3 to 956f705 Compare January 1, 2026 06:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant