From d536943d91bf4a6c46f00de6545b7b5b0254d7f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 23:37:13 +0000 Subject: [PATCH 1/2] ci(deps): bump actions/github-script from 7 to 8 Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/changelog-local.yml | 2 +- .github/workflows/changelog.yml | 2 +- action.yml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/changelog-local.yml b/.github/workflows/changelog-local.yml index 560e7f4..059c2de 100644 --- a/.github/workflows/changelog-local.yml +++ b/.github/workflows/changelog-local.yml @@ -43,7 +43,7 @@ jobs: - name: Add workflow source comment if: github.event_name == 'pull_request' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index ae157e6..ba3e01b 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -54,7 +54,7 @@ jobs: - name: Add workflow source comment if: github.event_name == 'pull_request' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | diff --git a/action.yml b/action.yml index 6b43aea..56eb19e 100644 --- a/action.yml +++ b/action.yml @@ -230,7 +230,7 @@ runs: - name: Ensure changelog is in PR diff if: github.event_name == 'pull_request' && steps.check-suggestions.outputs.should_skip != 'true' - uses: actions/github-script@v7 + uses: actions/github-script@v8 env: CHANGELOG_PATH: ${{ inputs.changelog_path }} with: @@ -367,7 +367,7 @@ runs: - name: Comment about missing API key if: steps.check-suggestions.outputs.should_skip != 'true' && steps.check-api-key.outputs.api_key_missing == 'true' && github.event_name == 'pull_request' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ inputs.github_token }} script: | @@ -506,7 +506,7 @@ runs: github.event_name == 'pull_request' && steps.check-status.outputs.has_changes == 'true' && inputs.create_pr_suggestions == 'true' - uses: actions/github-script@v7 + uses: actions/github-script@v8 env: CHANGELOG_PATH: ${{ inputs.changelog_path }} with: From a7f0b12f58ce9deec644b4c66315ae6dc924f039 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 23:37:28 +0000 Subject: [PATCH 2/2] chore: prepare changelog for AI suggestions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Automated by Claude AI [skip ci] --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd75079..ef4847c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -88,3 +88,7 @@ Improves the changelog comparison functionality by implementing a more accurate + + + +