Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: amannn/action-semantic-pull-request
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.5.3
Choose a base ref
...
head repository: amannn/action-semantic-pull-request
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.1
Choose a head ref
  • 10 commits
  • 38 files changed
  • 10 contributors

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    80c0371 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. chore: Update actions in release workflow (#276)

    * chore: changes from formatting on save
    
    * fix: usage of deprecated `Node.js 16 actions`
    
    * Update .github/workflows/release.yml
    
    ---------
    
    Co-authored-by: Jan Amann <jan@amann.work>
    hamirmahal and amannn authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    40166f0 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2025

  1. docs: More restrictive permissions (#280)

    * Update README.md
    
    * Update README.md
    
    * permissions block moved
    
    * permissions block moved
    
    * Update lint-pr-title-preview-validateSingleCommit.yml
    
    * Update lint-pr-title-preview.yml
    
    * Update lint-pr-title.yml
    
    * Update release.yml
    
    * Update versioning.yml
    
    * permissions block move, added `-o pipefail` flag for pipe errors
    
    * Update lint-pr-title-preview-outputErrorMessage.yml
    
    * fix(url): remove ). for the see url msg
    
    * Revert to secrets.GITHUB_TOKEN
    
    changed back to using secrets.GITHUB_TOKEN as requested by owner
    
    ---------
    
    Co-authored-by: lior-dux_clbt <lior.dux@cellebrite.com>
    zMynxx and lior-dux_clbt authored Mar 25, 2025
    Configuration menu
    Copy the full SHA
    04501d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2025

  1. docs: Remove synchronize trigger (#281)

    docs: removes synchronize trigger
    jguddas authored Apr 28, 2025
    Configuration menu
    Copy the full SHA
    3352882 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2025

  1. build: configure Dependabot (#231)

    Configure Dependabot
    yeikel authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    c1807ce View commit details
    Browse the repository at this point in the history
  2. build(deps): bump the github-action-workflows group with 2 updates (#286

    )
    
    Bumps the github-action-workflows group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-node](https://github.com/actions/setup-node).
    
    
    Updates `actions/checkout` from 3 to 5
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v5)
    
    Updates `actions/setup-node` from 3 to 4
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-action-workflows
    - dependency-name: actions/setup-node
      dependency-version: '4'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-action-workflows
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    631ffdc View commit details
    Browse the repository at this point in the history
  3. feat!: Upgrade action to use Node.js 24 and ESM (#287)

    * build(deps): bump the npm-packages group with 13 updates
    
    Bumps the npm-packages group with 13 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) | `1.10.0` | `1.11.1` |
    | [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) | `5.1.1` | `6.0.1` |
    | [conventional-changelog-conventionalcommits](https://github.com/conventional-changelog/conventional-changelog/tree/HEAD/packages/conventional-changelog-conventionalcommits) | `5.0.0` | `9.1.0` |
    | [conventional-commits-parser](https://github.com/conventional-changelog/conventional-changelog/tree/HEAD/packages/conventional-commits-parser) | `3.2.4` | `6.2.0` |
    | [@semantic-release/changelog](https://github.com/semantic-release/changelog) | `6.0.2` | `6.0.3` |
    | [@semantic-release/commit-analyzer](https://github.com/semantic-release/commit-analyzer) | `9.0.2` | `13.0.1` |
    | [@semantic-release/github](https://github.com/semantic-release/github) | `8.0.7` | `11.0.4` |
    | [@semantic-release/release-notes-generator](https://github.com/semantic-release/release-notes-generator) | `10.0.3` | `14.0.3` |
    | [@vercel/ncc](https://github.com/vercel/ncc) | `0.36.1` | `0.38.3` |
    | [eslint](https://github.com/eslint/eslint) | `8.36.0` | `9.33.0` |
    | [eslint-config-molindo](https://github.com/molindo/eslint-config-molindo) | `6.0.0` | `8.0.0` |
    | [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `29.5.0` | `30.0.5` |
    | [semantic-release](https://github.com/semantic-release/semantic-release) | `19.0.5` | `24.2.7` |
    
    
    Updates `@actions/core` from 1.10.0 to 1.11.1
    - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
    - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)
    
    Updates `@actions/github` from 5.1.1 to 6.0.1
    - [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md)
    - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github)
    
    Updates `conventional-changelog-conventionalcommits` from 5.0.0 to 9.1.0
    - [Release notes](https://github.com/conventional-changelog/conventional-changelog/releases)
    - [Changelog](https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog-conventionalcommits/CHANGELOG.md)
    - [Commits](https://github.com/conventional-changelog/conventional-changelog/commits/conventional-changelog-conventionalcommits-v9.1.0/packages/conventional-changelog-conventionalcommits)
    
    Updates `conventional-commits-parser` from 3.2.4 to 6.2.0
    - [Release notes](https://github.com/conventional-changelog/conventional-changelog/releases)
    - [Changelog](https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-commits-parser/CHANGELOG.md)
    - [Commits](https://github.com/conventional-changelog/conventional-changelog/commits/conventional-commits-parser-v6.2.0/packages/conventional-commits-parser)
    
    Updates `@semantic-release/changelog` from 6.0.2 to 6.0.3
    - [Release notes](https://github.com/semantic-release/changelog/releases)
    - [Commits](semantic-release/changelog@v6.0.2...v6.0.3)
    
    Updates `@semantic-release/commit-analyzer` from 9.0.2 to 13.0.1
    - [Release notes](https://github.com/semantic-release/commit-analyzer/releases)
    - [Commits](semantic-release/commit-analyzer@v9.0.2...v13.0.1)
    
    Updates `@semantic-release/github` from 8.0.7 to 11.0.4
    - [Release notes](https://github.com/semantic-release/github/releases)
    - [Commits](semantic-release/github@v8.0.7...v11.0.4)
    
    Updates `@semantic-release/release-notes-generator` from 10.0.3 to 14.0.3
    - [Release notes](https://github.com/semantic-release/release-notes-generator/releases)
    - [Commits](semantic-release/release-notes-generator@v10.0.3...v14.0.3)
    
    Updates `@vercel/ncc` from 0.36.1 to 0.38.3
    - [Release notes](https://github.com/vercel/ncc/releases)
    - [Commits](vercel/ncc@0.36.1...0.38.3)
    
    Updates `eslint` from 8.36.0 to 9.33.0
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.36.0...v9.33.0)
    
    Updates `eslint-config-molindo` from 6.0.0 to 8.0.0
    - [Release notes](https://github.com/molindo/eslint-config-molindo/releases)
    - [Changelog](https://github.com/molindo/eslint-config-molindo/blob/master/CHANGELOG.md)
    - [Commits](molindo/eslint-config-molindo@6.0.0...8.0.0)
    
    Updates `jest` from 29.5.0 to 30.0.5
    - [Release notes](https://github.com/jestjs/jest/releases)
    - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/jestjs/jest/commits/v30.0.5/packages/jest)
    
    Updates `semantic-release` from 19.0.5 to 24.2.7
    - [Release notes](https://github.com/semantic-release/semantic-release/releases)
    - [Commits](semantic-release/semantic-release@v19.0.5...v24.2.7)
    
    ---
    updated-dependencies:
    - dependency-name: "@actions/core"
      dependency-version: 1.11.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: npm-packages
    - dependency-name: "@actions/github"
      dependency-version: 6.0.1
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: npm-packages
    - dependency-name: conventional-changelog-conventionalcommits
      dependency-version: 9.1.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: npm-packages
    - dependency-name: conventional-commits-parser
      dependency-version: 6.2.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: npm-packages
    - dependency-name: "@semantic-release/changelog"
      dependency-version: 6.0.3
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-packages
    - dependency-name: "@semantic-release/commit-analyzer"
      dependency-version: 13.0.1
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: npm-packages
    - dependency-name: "@semantic-release/github"
      dependency-version: 11.0.4
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: npm-packages
    - dependency-name: "@semantic-release/release-notes-generator"
      dependency-version: 14.0.3
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: npm-packages
    - dependency-name: "@vercel/ncc"
      dependency-version: 0.38.3
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-packages
    - dependency-name: eslint
      dependency-version: 9.33.0
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: npm-packages
    - dependency-name: eslint-config-molindo
      dependency-version: 8.0.0
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: npm-packages
    - dependency-name: jest
      dependency-version: 30.0.5
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: npm-packages
    - dependency-name: semantic-release
      dependency-version: 24.2.7
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: npm-packages
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Fix breaking changes in deps, upgrade action to Node.js 24, switch to pnpm
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * build: Switch to ESM & Vitest (#288)
    
    * esm + vitest
    
    * ncc -> rollup
    
    * wip
    
    * readme
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Jan Amann <jan@amann.work>
    Co-authored-by: Jan Amann <jan@amann.me>
    3 people authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    bc0c9a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04a8d17 View commit details
    Browse the repository at this point in the history
  5. fix: Actually execute action (#289)

    * fix: Run action
    
    * add template
    
    * templates
    amannn authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    58e4ab4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fdd4d3d View commit details
    Browse the repository at this point in the history
Loading