Skip to content

Bump the actions group with 5 updates#45

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/actions-890550fd28
Open

Bump the actions group with 5 updates#45
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/actions-890550fd28

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 17, 2026

Copy link
Copy Markdown

Bumps the actions group with 5 updates:

Package From To
actions/checkout 4.3.1 7.0.0
arduino/arduino-lint-action 2.0.0 3.0.0
actions/upload-artifact 4.6.2 7.0.1
arduino/compile-sketches 1.1.2 1.1.3
actions/github-script 7.1.0 9.0.0

Updates actions/checkout from 4.3.1 to 7.0.0

Release notes

Sourced from actions/checkout's releases.

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v6.0.3...v7.0.0

v6.0.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v6...v6.0.3

v6.0.2

What's Changed

Full Changelog: actions/checkout@v6.0.1...v6.0.2

v6.0.1

What's Changed

Full Changelog: actions/checkout@v6...v6.0.1

v6.0.0

What's Changed

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.1

v7.0.0

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

... (truncated)

Commits

Updates arduino/arduino-lint-action from 2.0.0 to 3.0.0

Release notes

Sourced from arduino/arduino-lint-action's releases.

3.0.0

Migration Guide

The version of the Node.js runtime used to execute the action has been updated from 20 to 24. This could be a breaking change for certain GitHub Actions workflows.

If a workflow with dependency on the arduino/arduino-lint-action action uses only GitHub-hosted GitHub Actions runners, no changes are required.

If the workflow uses a self-hosted runner, the workflow run might fail after updating arduino/arduino-lint-action:

Error: System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. (Parameter ''using: node24' is not supported, use 'docker', 'node16' or 'node20' instead.')
   at GitHub.Runner.Worker.ActionManifestManager.ConvertRuns(IExecutionContext executionContext, TemplateContext templateContext, TemplateToken inputsToken, String fileRelativePath, MappingToken outputs)
   at GitHub.Runner.Worker.ActionManifestManager.Load(IExecutionContext executionContext, String manifestFile)
Error: Fail to load arduino/arduino-lint-action/v3/action.yml

This means an older runner version that does not provide Node.js 24.x is installed on the runner machine. In this case, the runner must be updated to a modern version with Node.js 24.x support prior to updating the arduino/arduino-lint-action action in the affected workflow.

Changelog

Breaking

  • Update Node.js runtime for action from 20 to 24 (#667)

Enhancement

Infrastructure

These changes are solely of relevance to the maintainers of, and contributors to, this project's codebase.

  • Fix npm configuration file validation system (#665)

Full Changeset

arduino/arduino-lint-action@v2.0.0...v3.0.0

Contributors

Commits
  • 9a36038 Merge pull request #689 from arduino/dependabot/npm_and_yarn/prettier-3.9.4
  • d8350fe Merge pull request #688 from arduino/dependabot/github_actions/arduino/setup-...
  • f668094 Bump prettier from 3.9.3 to 3.9.4
  • c521ec4 Bump arduino/setup-task from 2 to 3
  • a049a76 Merge pull request #612 from arduino/dependabot/npm_and_yarn/actions/tool-cac...
  • 4cca245 Update dependency license metadata cache for @actions/tool-cache bump
  • 604a227 Repackage action following @actions/tool-cache bump
  • 1bcb55c Bump @​actions/tool-cache from 3.0.1 to 4.0.0
  • fc9f512 Merge pull request #610 from arduino/dependabot/npm_and_yarn/actions/io-3.0.2
  • 3146949 Repackage action following @actions/io bump
  • Additional commits viewable in compare view

Updates actions/upload-artifact from 4.6.2 to 7.0.1

Release notes

Sourced from actions/upload-artifact's releases.

v7.0.1

What's Changed

Full Changelog: actions/upload-artifact@v7...v7.0.1

v7.0.0

v7 What's new

Direct Uploads

Adds support for uploading single files directly (unzipped). Callers can set the new archive parameter to false to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The name parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.

ESM

To support new versions of the @actions/* packages, we've upgraded the package to ESM.

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v6...v7.0.0

v6.0.0

v6 - What's new

[!IMPORTANT] actions/upload-artifact@v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

Node.js 24

This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.

What's Changed

Full Changelog: actions/upload-artifact@v5.0.0...v6.0.0

v5.0.0

What's Changed

... (truncated)

Commits
  • 043fb46 Merge pull request #797 from actions/yacaovsnc/update-dependency
  • 634250c Include changes in typespec/ts-http-runtime 0.3.5
  • e454baa Readme: bump all the example versions to v7 (#796)
  • 74fad66 Update the readme with direct upload details (#795)
  • bbbca2d Support direct file uploads (#764)
  • 589182c Upgrade the module to ESM and bump dependencies (#762)
  • 47309c9 Merge pull request #754 from actions/Link-/add-proxy-integration-tests
  • 02a8460 Add proxy integration test
  • b7c566a Merge pull request #745 from actions/upload-artifact-v6-release
  • e516bc8 docs: correct description of Node.js 24 support in README
  • Additional commits viewable in compare view

Updates arduino/compile-sketches from 1.1.2 to 1.1.3

Release notes

Sourced from arduino/compile-sketches's releases.

1.1.3

Changelog

Bug Fix

  • Bump deprecated actions/setup-python action dependency from 5 to 6 (#406)

Enhancement

Full Changeset

arduino/compile-sketches@v1.1.2...v1.1.3

Commits
  • d7af661 Merge pull request #525 from arduino/dependabot/github_actions/arduino/setup-...
  • 8d15f36 Merge pull request #526 from arduino/dependabot/npm_and_yarn/prettier-3.9.4
  • 619d64d build(deps-dev): bump prettier from 3.9.3 to 3.9.4
  • ca7eb1c build(deps): bump arduino/setup-task from 2 to 3
  • d761ff2 Merge pull request #521 from arduino/dependabot/pip/msgpack-1.2.1
  • e664ca9 build(deps-dev): bump msgpack from 1.0.8 to 1.2.1
  • 9db48b2 Merge pull request #524 from arduino/dependabot/npm_and_yarn/prettier-3.9.3
  • 4478edb build(deps-dev): bump prettier from 3.8.5 to 3.9.3
  • 8447210 Merge pull request #523 from arduino/dependabot/npm_and_yarn/prettier-3.8.5
  • 16c5085 build(deps-dev): bump prettier from 3.8.4 to 3.8.5
  • Additional commits viewable in compare view

Updates actions/github-script from 7.1.0 to 9.0.0

Release notes

Sourced from actions/github-script's releases.

v9.0.0

New features:

  • getOctokit factory function — Available directly in the script context. Create additional authenticated Octokit clients with different tokens for multi-token workflows, GitHub App tokens, and cross-org access. See Creating additional clients with getOctokit for details and examples.
  • Orchestration ID in user-agent — The ACTIONS_ORCHESTRATION_ID environment variable is automatically appended to the user-agent string for request tracing.

Breaking changes:

  • require('@actions/github') no longer works in scripts. The upgrade to @actions/github v9 (ESM-only) means require('@actions/github') will fail at runtime. If you previously used patterns like const { getOctokit } = require('@actions/github') to create secondary clients, use the new injected getOctokit function instead — it's available directly in the script context with no imports needed.
  • getOctokit is now an injected function parameter. Scripts that declare const getOctokit = ... or let getOctokit = ... will get a SyntaxError because JavaScript does not allow const/let redeclaration of function parameters. Use the injected getOctokit directly, or use var getOctokit = ... if you need to redeclare it.
  • If your script accesses other @actions/github internals beyond the standard github/octokit client, you may need to update those references for v9 compatibility.

What's Changed

New Contributors

Full Changelog: actions/github-script@v8.0.0...v9.0.0

v8.0.0

What's Changed

⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

New Contributors

Full Changelog: actions/github-script@v7.1.0...v8.0.0

Commits
  • 3a2844b Merge pull request #700 from actions/salmanmkc/expose-getoctokit + prepare re...
  • ca10bbd fix: use @​octokit/core/types import for v7 compatibility
  • 86e48e2 merge: incorporate main branch changes
  • c108472 chore: rebuild dist for v9 upgrade and getOctokit factory
  • afff112 Merge pull request #712 from actions/salmanmkc/deployment-false + fix user-ag...
  • ff8117e ci: fix user-agent test to handle orchestration ID
  • 81c6b78 ci: use deployment: false to suppress deployment noise from integration tests
  • 3953caf docs: update README examples from @​v8 to @​v9, add getOctokit docs and v9 brea...
  • c17d55b ci: add getOctokit integration test job
  • a047196 test: add getOctokit integration tests via callAsyncFunction
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the actions group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `4.3.1` | `7.0.0` |
| [arduino/arduino-lint-action](https://github.com/arduino/arduino-lint-action) | `2.0.0` | `3.0.0` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.2` | `7.0.1` |
| [arduino/compile-sketches](https://github.com/arduino/compile-sketches) | `1.1.2` | `1.1.3` |
| [actions/github-script](https://github.com/actions/github-script) | `7.1.0` | `9.0.0` |


Updates `actions/checkout` from 4.3.1 to 7.0.0
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@34e1148...9c091bb)

Updates `arduino/arduino-lint-action` from 2.0.0 to 3.0.0
- [Release notes](https://github.com/arduino/arduino-lint-action/releases)
- [Commits](arduino/arduino-lint-action@4de5fc8...9a36038)

Updates `actions/upload-artifact` from 4.6.2 to 7.0.1
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@ea165f8...043fb46)

Updates `arduino/compile-sketches` from 1.1.2 to 1.1.3
- [Release notes](https://github.com/arduino/compile-sketches/releases)
- [Commits](arduino/compile-sketches@8ac27e9...d7af661)

Updates `actions/github-script` from 7.1.0 to 9.0.0
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@f28e40c...3a2844b)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: arduino/arduino-lint-action
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/upload-artifact
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: arduino/compile-sketches
  dependency-version: 1.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: actions/github-script
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 17, 2026
@github-actions

Copy link
Copy Markdown

GCC Code Coverage Report

📂 Overall coverage

Metric Coverage
Lines 🟡 1089/1288 (84.5%)
Functions 🟡 168/202 (83.2%)
Branches 🔴 508/812 (62.6%)

📄 File coverage

File Lines Functions Branches
src/CourseDetector.cpp 🟢 98/104 (94.2%) 🟢 18/20 (90.0%) 🟡 39/46 (84.8%)
src/CourseManager.cpp 🟡 143/162 (88.3%) 🔴 17/23 (73.9%) 🟡 73/96 (76.0%)
src/CourseManager.h 🟢 30/30 (100.0%) 🟢 10/10 (100.0%) 🔴 10/20 (50.0%)
src/DovesLapTimer.cpp 🟡 488/564 (86.5%) 🟡 45/58 (77.6%) 🔴 278/452 (61.5%)
src/DovesLapTimer.h 🔴 129/195 (66.2%) 🟡 43/50 (86.0%) 🔴 40/92 (43.5%)
src/GeoMath.h 🟢 21/21 (100.0%) 🟢 4/4 (100.0%) 🟡 21/24 (87.5%)
src/WaypointLapTimer.cpp 🟡 159/188 (84.6%) 🟡 24/29 (82.8%) 🔴 40/66 (60.6%)
src/WaypointLapTimer.h 🟡 21/24 (87.5%) 🟡 7/8 (87.5%) 🔴 7/16 (43.8%)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants