Skip to content

Conversation

Octobob
Copy link
Member

@Octobob Octobob commented May 6, 2025

This PR contains the following updates:

Package Type Update Change
changesets/action action minor v1.4.10 -> v1.5.3

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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.


Configuration

📅 Schedule: 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 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 has been generated by Renovate Bot.

@Octobob Octobob requested a review from a team as a code owner May 6, 2025 00:13
@Octobob Octobob force-pushed the renovate/changesets-action-1.x branch from 2f48515 to 1e0ddfe Compare May 7, 2025 00:13
@Octobob Octobob force-pushed the renovate/changesets-action-1.x branch from 1e0ddfe to 78e6643 Compare May 8, 2025 00:13
@Octobob Octobob changed the title Update changesets/action action to v1.5.0 Update changesets/action action to v1.5.1 May 9, 2025
@Octobob Octobob force-pushed the renovate/changesets-action-1.x branch from 78e6643 to b00aae1 Compare May 9, 2025 00:12
@Octobob Octobob force-pushed the renovate/changesets-action-1.x branch from b00aae1 to 376e97b Compare May 10, 2025 00:12
@Octobob Octobob force-pushed the renovate/changesets-action-1.x branch from 376e97b to 6fa0e3c Compare May 11, 2025 00:12
@Octobob Octobob changed the title Update changesets/action action to v1.5.1 Update changesets/action action to v1.5.2 May 11, 2025
@Octobob
Copy link
Member Author

Octobob commented May 11, 2025

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: .github/workflows/create-versioning-pr.yml
Command failed: npm i -g pnpm@8.15.9 && pnpm install && pnpm build
/bin/sh: 1: npm: not found

File name: .github/workflows/build-and-publish.yml
Command failed: npm i -g pnpm@8.15.9 && pnpm install && pnpm build
/bin/sh: 1: npm: not found

@Octobob Octobob changed the title Update changesets/action action to v1.5.2 Update changesets/action action to v1.5.3 May 18, 2025
@Octobob Octobob force-pushed the renovate/changesets-action-1.x branch from 6fa0e3c to 04603ce Compare May 18, 2025 00:13
@Octobob Octobob force-pushed the renovate/changesets-action-1.x branch from 04603ce to 70ea74d Compare May 19, 2025 00:13
@Octobob Octobob force-pushed the renovate/changesets-action-1.x branch from 70ea74d to a718913 Compare May 22, 2025 00:12
@Octobob Octobob force-pushed the renovate/changesets-action-1.x branch from a718913 to 73f6b5b Compare June 1, 2025 00:15
@Octobob Octobob force-pushed the renovate/changesets-action-1.x branch from 73f6b5b to 04d7caa Compare June 7, 2025 00:12
@Octobob Octobob force-pushed the renovate/changesets-action-1.x branch from 04d7caa to dcc2ff3 Compare June 23, 2025 00:14
@Octobob Octobob force-pushed the renovate/changesets-action-1.x branch from dcc2ff3 to a029bc1 Compare June 30, 2025 00:14
@Octobob Octobob force-pushed the renovate/changesets-action-1.x branch from a029bc1 to 6d9f552 Compare July 1, 2025 00:14
@Octobob Octobob force-pushed the renovate/changesets-action-1.x branch from 6d9f552 to cdf4c42 Compare July 21, 2025 00:14
@Octobob Octobob force-pushed the renovate/changesets-action-1.x branch from cdf4c42 to c891314 Compare July 22, 2025 00:14
@Octobob Octobob force-pushed the renovate/changesets-action-1.x branch from c891314 to a8b014e Compare July 23, 2025 00:13
@Octobob Octobob changed the title Update changesets/action action to v1.5.3 chore(deps): update changesets/action action to v1.5.3 Jul 31, 2025
@Octobob Octobob force-pushed the renovate/changesets-action-1.x branch from a8b014e to 446ee3c Compare July 31, 2025 00:12
@Octobob Octobob force-pushed the renovate/changesets-action-1.x branch from 446ee3c to 38357b0 Compare August 1, 2025 00:14
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.

2 participants