Skip to content

chore(deps): bump remarkablemark/commitlint from 1 to 2#9

Merged
remarkablemark merged 1 commit into
masterfrom
dependabot/github_actions/remarkablemark/commitlint-2
Nov 25, 2025
Merged

chore(deps): bump remarkablemark/commitlint from 1 to 2#9
remarkablemark merged 1 commit into
masterfrom
dependabot/github_actions/remarkablemark/commitlint-2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Nov 24, 2025

Bumps remarkablemark/commitlint from 1 to 2.

Release notes

Sourced from remarkablemark/commitlint's releases.

v2.0.0

2.0.0 (2025-11-21)

⚠ BREAKING CHANGES

  • action: bump actions/checkout from 5 to 6

Features

  • action: bump actions/checkout from 5 to 6 (#12) (ea1d1a5)

v1.1.2

1.1.2 (2025-08-24)

Miscellaneous Chores

  • deps: bump actions/checkout from 4 to 5 (0224f12)

v1.1.1

1.1.1 (2025-03-26)

Bug Fixes

  • action: escape inputs to prevent expression injection (1751d3e)

v1.1.0

1.1.0 (2025-03-26)

Features

  • action: add optional input checkout (684a887)
Changelog

Sourced from remarkablemark/commitlint's changelog.

2.0.0 (2025-11-21)

⚠ BREAKING CHANGES

  • action: bump actions/checkout from 5 to 6

Features

  • action: bump actions/checkout from 5 to 6 (#12) (ea1d1a5)

1.1.2 (2025-08-24)

Miscellaneous Chores

  • deps: bump actions/checkout from 4 to 5 (0224f12)

1.1.1 (2025-03-26)

Bug Fixes

  • action: escape inputs to prevent expression injection (1751d3e)

1.1.0 (2025-03-26)

Features

  • action: add optional input checkout (684a887)

1.0.0 (2023-08-07)

Features

  • action: add optional input config (06899fb)
  • action: add optional input for version (de4df5c)
  • action: install npm deps if commitlint is found in package.json (0e1349a)
  • action: install, configure, and run commitlint (3a390f4)
  • action: set max-line-length rules to warn (9663b5b)
  • action: show commitlint version when debug logging is enabled (1f209ef)
  • action: suppress npm output with --silent (742a2cd)

Bug Fixes

  • action: disable rule "body-max-line-length" (8835732)
  • action: fix conditional (26911a4)

... (truncated)

Commits
  • 0105558 Merge pull request #13 from remarkablemark/release-please--branches--master
  • 7975b2b chore(master): release 2.0.0
  • ea1d1a5 feat(action): bump actions/checkout from 5 to 6 (#12)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [remarkablemark/commitlint](https://github.com/remarkablemark/commitlint) from 1 to 2.
- [Release notes](https://github.com/remarkablemark/commitlint/releases)
- [Changelog](https://github.com/remarkablemark/commitlint/blob/master/CHANGELOG.md)
- [Commits](remarkablemark/commitlint@v1...v2)

---
updated-dependencies:
- dependency-name: remarkablemark/commitlint
  dependency-version: '2'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Nov 24, 2025
@dependabot dependabot Bot requested a review from remarkablemark as a code owner November 24, 2025 18:52
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Nov 24, 2025
@github-actions
Copy link
Copy Markdown
Contributor

Pull Request Review

It looks like the diff is changing the remarkablemark/commitlint action from version 1 to version 2. The changes are minor, and it appears that the only difference is in the way the action is configured. In version 1, the action uses a fetch-depth of 0, while in version 2, the default value for this option has changed to 1. This change should not have any impact on the functionality of the workflow.

@github-actions
Copy link
Copy Markdown
Contributor

ubuntu-latest

Here is a summary of the code diff in bullet points:

  • The file /.github/workflows/commitlint.yml has been modified.
  • The fetch-depth field in the workflow configuration has been changed from 0 to 1.
  • The remarkablemark/commitlint action has been updated from version 1 to version 2.

@github-actions
Copy link
Copy Markdown
Contributor

Pull Request Review

This is a diff file generated by Git that shows the changes between two versions of a file. The file being reviewed is .github/workflows/commitlint.yml.

The changes made to this file are:

  • In the jobs section, the uses line for the Commitlint job has been updated from remarkablemark/commitlint@v1 to remarkablemark/commitlint@v2. This change likely reflects an update to the commitlint GitHub Action.

@github-actions
Copy link
Copy Markdown
Contributor

windows-latest

Here's the code diff for a .github/workflows/commitlint.yml file in Git:

  • The file has been modified between commits d2a9560 and fda3a9f.
  • The changes are limited to line 14, where the version of the remarkablemark/commitlint action is updated from v1 to v2.

@github-actions
Copy link
Copy Markdown
Contributor

Pull Request Review

The diff between the two files shows that there is a change in the "uses" field for the "Commitlint" job. In the original file, it references the version 1 of the commitlint action, while in the updated file, it references the version 2. This means that the workflow is now using the latest version of the commitlint action, which may include new features or bug fixes compared to the previous version.

@github-actions
Copy link
Copy Markdown
Contributor

macos-latest

The diff between the two files is as follows:

  • Line 14: The file was renamed from "commitlint.yml" to ".github/workflows/commitlint.yml".
  • Line 15: The "uses" field was updated from "remarkablemark/commitlint@v1" to "remarkablemark/commitlint@v2".

@remarkablemark remarkablemark merged commit 7c421a3 into master Nov 25, 2025
8 checks passed
@remarkablemark remarkablemark deleted the dependabot/github_actions/remarkablemark/commitlint-2 branch November 25, 2025 00:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant