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: stefanbuck/github-issue-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.2.3
Choose a base ref
...
head repository: stefanbuck/github-issue-parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.4
Choose a head ref
  • 4 commits
  • 14 files changed
  • 3 contributors

Commits on Apr 3, 2026

  1. build(deps-dev): bump jest from 30.2.0 to 30.3.0

    Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 30.2.0 to 30.3.0.
    - [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.3.0/packages/jest)
    
    ---
    updated-dependencies:
    - dependency-name: jest
      dependency-version: 30.3.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 3, 2026
    Configuration menu
    Copy the full SHA
    2305c35 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump actions/create-github-app-token from 2 to 3

    Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2 to 3.
    - [Release notes](https://github.com/actions/create-github-app-token/releases)
    - [Commits](actions/create-github-app-token@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/create-github-app-token
      dependency-version: '3'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 3, 2026
    Configuration menu
    Copy the full SHA
    cfc6c5e View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2026

  1. fix: update action runner to node 24 (#105)

    This action now uses Node 24 as runner. We also converted it to ESM and updated to latest @actions/core
    gr2m authored Apr 22, 2026
    Configuration menu
    Copy the full SHA
    996e85a View commit details
    Browse the repository at this point in the history
  2. build(release): 3.2.4 [skip ci]

    ## [3.2.4](v3.2.3...v3.2.4) (2026-04-22)
    
    ### Bug Fixes
    
    * update action runner to node 24 ([#105](#105)) ([996e85a](996e85a))
    semantic-release-bot committed Apr 22, 2026
    Configuration menu
    Copy the full SHA
    0d9ce93 View commit details
    Browse the repository at this point in the history
Loading