From da465898c5fe7415371d77b610463b598eb4eea1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 05:01:47 +0000 Subject: [PATCH 1/5] chore(deps): update actions/checkout action to v4.3.1 (#4228) --- .github/workflows/merge-prs.yml | 2 +- .github/workflows/renovate.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge-prs.yml b/.github/workflows/merge-prs.yml index 0771e0636..9c072f264 100644 --- a/.github/workflows/merge-prs.yml +++ b/.github/workflows/merge-prs.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4.3.0 + uses: actions/checkout@v4.3.1 - name: 登录到 GitHub CLI run: gh auth login --with-token <<< "${{ github.token }}" diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index ae7a6dcbd..7c7349456 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4.3.0 + uses: actions/checkout@v4.3.1 - name: Run Renovate uses: renovatebot/github-action@85b17ebd5abf43d1c34c01bd4c8dbb8d45bbc2c7 # v43.0.7 with: From 2a85c529534ee0f0943a319bb4cc9138b401a54f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 05:01:53 +0000 Subject: [PATCH 2/5] chore(deps): update actions/checkout action to v5.0.1 (#4229) --- .github/workflows/notice-board.yml | 2 +- .github/workflows/renovate-app-version.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/notice-board.yml b/.github/workflows/notice-board.yml index 034309a12..b68b113bb 100644 --- a/.github/workflows/notice-board.yml +++ b/.github/workflows/notice-board.yml @@ -14,7 +14,7 @@ jobs: contents: write steps: - name: Checkout - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 with: fetch-depth: 0 ref: ${{ github.ref }} diff --git a/.github/workflows/renovate-app-version.yml b/.github/workflows/renovate-app-version.yml index 9868df0f4..e803f90ba 100644 --- a/.github/workflows/renovate-app-version.yml +++ b/.github/workflows/renovate-app-version.yml @@ -42,7 +42,7 @@ jobs: statuses: write steps: - name: Checkout - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 with: fetch-depth: 0 ref: ${{ github.head_ref }} From 8d75df6eb15e1ba768da5f162b422c0db6a59259 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 13:36:31 +0800 Subject: [PATCH 3/5] chore(deps): update renovatebot/github-action action to v43.0.20 (#4230) --- .github/workflows/renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 7c7349456..ed46d87e8 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4.3.1 - name: Run Renovate - uses: renovatebot/github-action@85b17ebd5abf43d1c34c01bd4c8dbb8d45bbc2c7 # v43.0.7 + uses: renovatebot/github-action@ea850436a5fe75c0925d583c7a02c60a5865461d # v43.0.20 with: configurationFile: renovate.json token: ${{ github.token }} From 01b7981d5366ba13c7210a06a93e91980fc528ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 05:45:28 +0000 Subject: [PATCH 4/5] chore(deps): update actions/checkout action to v6 (#4231) --- .github/workflows/merge-prs.yml | 2 +- .github/workflows/notice-board.yml | 2 +- .github/workflows/renovate-app-version.yml | 6 +++--- .github/workflows/renovate.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/merge-prs.yml b/.github/workflows/merge-prs.yml index 9c072f264..b31696d10 100644 --- a/.github/workflows/merge-prs.yml +++ b/.github/workflows/merge-prs.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4.3.1 + uses: actions/checkout@v6.0.2 - name: 登录到 GitHub CLI run: gh auth login --with-token <<< "${{ github.token }}" diff --git a/.github/workflows/notice-board.yml b/.github/workflows/notice-board.yml index b68b113bb..0ceb35abf 100644 --- a/.github/workflows/notice-board.yml +++ b/.github/workflows/notice-board.yml @@ -14,7 +14,7 @@ jobs: contents: write steps: - name: Checkout - uses: actions/checkout@v5.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 ref: ${{ github.ref }} diff --git a/.github/workflows/renovate-app-version.yml b/.github/workflows/renovate-app-version.yml index e803f90ba..b9cf35d17 100644 --- a/.github/workflows/renovate-app-version.yml +++ b/.github/workflows/renovate-app-version.yml @@ -42,7 +42,7 @@ jobs: statuses: write steps: - name: Checkout - uses: actions/checkout@v5.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 ref: ${{ github.head_ref }} @@ -162,7 +162,7 @@ jobs: pull-requests: write steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Check for major label id: check-labels @@ -205,7 +205,7 @@ jobs: pull-requests: write steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ github.base_ref }} diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index ed46d87e8..710d044f3 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4.3.1 + uses: actions/checkout@v6.0.2 - name: Run Renovate uses: renovatebot/github-action@ea850436a5fe75c0925d583c7a02c60a5865461d # v43.0.20 with: From b6b53309909c6fb6bd5034acdfa0d5e5ecceebdb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 05:45:34 +0000 Subject: [PATCH 5/5] chore(deps): update renovatebot/github-action action to v46 (#4232) --- .github/workflows/renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 710d044f3..80328dcc8 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v6.0.2 - name: Run Renovate - uses: renovatebot/github-action@ea850436a5fe75c0925d583c7a02c60a5865461d # v43.0.20 + uses: renovatebot/github-action@8d75b92f43899d483728e9a8a7fd44238020f6e6 # v46.1.2 with: configurationFile: renovate.json token: ${{ github.token }}