[PR #19] [MERGED] Update deps #58

Closed
opened 2026-05-06 16:07:21 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/BreizhHardware/express-prom-bundle/pull/19
Author: @BreizhHardware
Created: 12/3/2025
Status: Merged
Merged: 12/3/2025
Merged by: @BreizhHardware

Base: mainHead: dev


📝 Commits (8)

  • e84b96b chore(deps): bump actions/checkout from 5 to 6 in /.github/workflows
  • c28b736 Merge pull request #15 from BreizhHardware/dependabot/github_actions/dot-github/workflows/dev/actions/checkout-6
  • 2efc518 chore(deps-dev): bump @eslint/eslintrc from 3.3.1 to 3.3.3
  • 12ff624 chore(deps-dev): bump express from 5.1.0 to 5.2.0
  • 5c1f68a Merge pull request #17 from BreizhHardware/dependabot/npm_and_yarn/dev/express-5.2.0
  • 0eb0178 chore(deps-dev): update body-parser to 2.2.1
  • a8d4fa8 Merge pull request #16 from BreizhHardware/dependabot/npm_and_yarn/dev/eslint/eslintrc-3.3.3
  • 97b2f42 chore: bump version to 8.0.6

📊 Changes

4 files changed (+65 additions, -68 deletions)

View changed files

📝 .github/workflows/release.yml (+3 -3)
📝 .github/workflows/test.yml (+3 -3)
📝 package-lock.json (+58 -61)
📝 package.json (+1 -1)

📄 Description

This pull request updates the GitHub Actions workflow configuration to use the latest major version of the actions/checkout action across all CI jobs. This ensures that workflows benefit from the most recent features, improvements, and security patches provided in actions/checkout@v6.

Workflow dependency updates:

  • Updated the actions/checkout step from version v5 to v6 in all jobs within .github/workflows/release.yml, including matrix builds, publish, and release steps. [1] [2] [3]
  • Updated the actions/checkout step from version v5 to v6 in all jobs within .github/workflows/test.yml, including matrix builds, CodeQL analysis, and dependency audit steps. [1] [2] [3]

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BreizhHardware/express-prom-bundle/pull/19 **Author:** [@BreizhHardware](https://github.com/BreizhHardware) **Created:** 12/3/2025 **Status:** ✅ Merged **Merged:** 12/3/2025 **Merged by:** [@BreizhHardware](https://github.com/BreizhHardware) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (8) - [`e84b96b`](https://github.com/BreizhHardware/express-prom-bundle/commit/e84b96bf5e4578cb2f671b7749dfee4467bda6d3) chore(deps): bump actions/checkout from 5 to 6 in /.github/workflows - [`c28b736`](https://github.com/BreizhHardware/express-prom-bundle/commit/c28b736c6e83e278cdf47ae22f3c4fb7835c57b7) Merge pull request #15 from BreizhHardware/dependabot/github_actions/dot-github/workflows/dev/actions/checkout-6 - [`2efc518`](https://github.com/BreizhHardware/express-prom-bundle/commit/2efc5189d083c7c387bfdbdecc0b15df35b96b7a) chore(deps-dev): bump @eslint/eslintrc from 3.3.1 to 3.3.3 - [`12ff624`](https://github.com/BreizhHardware/express-prom-bundle/commit/12ff62478f03b3981c7800573fd9e9270734719b) chore(deps-dev): bump express from 5.1.0 to 5.2.0 - [`5c1f68a`](https://github.com/BreizhHardware/express-prom-bundle/commit/5c1f68a4822f910227842dbb47be208d25c8c231) Merge pull request #17 from BreizhHardware/dependabot/npm_and_yarn/dev/express-5.2.0 - [`0eb0178`](https://github.com/BreizhHardware/express-prom-bundle/commit/0eb0178622ad57357de53c482da9e923995545ea) chore(deps-dev): update body-parser to 2.2.1 - [`a8d4fa8`](https://github.com/BreizhHardware/express-prom-bundle/commit/a8d4fa81162eaa17370443c164cc2d5240d23652) Merge pull request #16 from BreizhHardware/dependabot/npm_and_yarn/dev/eslint/eslintrc-3.3.3 - [`97b2f42`](https://github.com/BreizhHardware/express-prom-bundle/commit/97b2f425e6858734539b3353a1d4908d7c20c5e7) chore: bump version to 8.0.6 ### 📊 Changes **4 files changed** (+65 additions, -68 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+3 -3) 📝 `.github/workflows/test.yml` (+3 -3) 📝 `package-lock.json` (+58 -61) 📝 `package.json` (+1 -1) </details> ### 📄 Description This pull request updates the GitHub Actions workflow configuration to use the latest major version of the `actions/checkout` action across all CI jobs. This ensures that workflows benefit from the most recent features, improvements, and security patches provided in `actions/checkout@v6`. Workflow dependency updates: * Updated the `actions/checkout` step from version `v5` to `v6` in all jobs within `.github/workflows/release.yml`, including matrix builds, publish, and release steps. [[1]](diffhunk://#diff-87db21a973eed4fef5f32b267aa60fcee5cbdf03c67fafdc2a9b553bb0b15f34L15-R15) [[2]](diffhunk://#diff-87db21a973eed4fef5f32b267aa60fcee5cbdf03c67fafdc2a9b553bb0b15f34L37-R37) [[3]](diffhunk://#diff-87db21a973eed4fef5f32b267aa60fcee5cbdf03c67fafdc2a9b553bb0b15f34L52-R52) * Updated the `actions/checkout` step from version `v5` to `v6` in all jobs within `.github/workflows/test.yml`, including matrix builds, CodeQL analysis, and dependency audit steps. [[1]](diffhunk://#diff-faff1af3d8ff408964a57b2e475f69a6b7c7b71c9978cccc8f471798caac2c88L20-R20) [[2]](diffhunk://#diff-faff1af3d8ff408964a57b2e475f69a6b7c7b71c9978cccc8f471798caac2c88L35-R35) [[3]](diffhunk://#diff-faff1af3d8ff408964a57b2e475f69a6b7c7b71c9978cccc8f471798caac2c88L47-R47) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 16:07:21 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
BreizhHardware/express-prom-bundle#58
No description provided.