[PR #5963] [CLOSED] build(deps): bump the dependencies group across 1 directory with 7 updates #2640

Closed
opened 2026-03-01 22:37:33 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/5963
Author: @dependabot[bot]
Created: 11/1/2025
Status: Closed

Base: masterHead: dependabot/go_modules/dependencies-6e98df93e6


📝 Commits (2)

  • c1b5fd0 build(deps): bump the dependencies group across 1 directory with 7 updates
  • 23785be Merge branch 'master' into dependabot/go_modules/dependencies-6e98df93e6

📊 Changes

2 files changed (+36 additions, -32 deletions)

View changed files

📝 go.mod (+12 -11)
📝 go.sum (+24 -21)

📄 Description

Bumps the dependencies group with 7 updates in the / directory:

Package From To
github.com/docker/cli 28.4.0+incompatible 28.5.1+incompatible
github.com/docker/docker 28.4.0+incompatible 28.5.1+incompatible
github.com/go-git/go-git/v5 5.16.2 5.16.3
github.com/rhysd/actionlint 1.7.7 1.7.8
github.com/spf13/pflag 1.0.9 1.0.10
golang.org/x/term 0.35.0 0.36.0
google.golang.org/protobuf 1.36.9 1.36.10

Updates github.com/docker/cli from 28.4.0+incompatible to 28.5.1+incompatible

Commits
  • e180ab8 Merge pull request #6541 from vvoland/6540-28.x
  • 0d799c5 update to go1.24.8
  • 887030f Merge pull request #6522 from thaJeztah/28.x_bump_moby
  • 9c6a0e0 Merge pull request #6531 from thaJeztah/28.x_backport_bump_macos
  • f784471 vendor: github.com/docker/docker cd048300a487 (v28.5.0-dev)
  • d7afcf9 Merge pull request #6529 from thaJeztah/28.x_backport_deprecate_ResolveDefaul...
  • 9d9adf6 gha: add macOS 15, remove macOS 13 (deprecated)
  • d4b7734 cli/command: deprecate ResolveDefaultContext
  • a106161 Merge pull request #6519 from thaJeztah/28.x_backport_authconfig_no_direct_cast
  • 5e42f82 Merge pull request #6518 from thaJeztah/28.x_backport_memstore_notfounderr
  • Additional commits viewable in compare view

Updates github.com/docker/docker from 28.4.0+incompatible to 28.5.1+incompatible

Release notes

Sourced from github.com/docker/docker's releases.

v28.5.1

28.5.1

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Bug fixes and enhancements

Deprecations

  • api/types/image: InspectResponse: deprecate Parent and DockerVersion fields. moby/moby#51105
  • api/types/plugin: deprecate Config.DockerVersion field. moby/moby#51110

v28.5.0

28.5.0

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Bug fixes and enhancements

  • Don't print warnings in docker info for broken symlinks in CLI-plugin directories. docker/cli#6476
  • Fix a panic during stats on empty event Actor.ID. docker/cli#6471

Packaging updates

Networking

  • Eliminated harmless warning about deletion of endpoint_count from the data store. moby/moby#51064
  • Fix a bug causing IPAM plugins to not be loaded on Windows. moby/moby#51035

API

  • Deprecate support for kernel memory TCP accounting (KernelMemoryTCP). moby/moby#51067
  • Fix GET containers/{name}/checkpoints returning null instead of empty JSON array when there are no checkpoints. moby/moby#51052

... (truncated)

Commits
  • f8215cc Merge pull request #51137 from austinvazquez/cherry-pick-vendor-buildkit-0.25...
  • 40a856a hack: add patch to buildkit tests
  • 5d1c311 vendor: update buildkit to v0.25.1
  • 90506c1 Merge pull request #51133 from vvoland/51132-28.x
  • 17db0cd Merge pull request #51128 from thaJeztah/28.x_backport_gcpolicy-invalid-calcu...
  • f7c40ea update to go1.24.8
  • dccf7c8 builder: use proper percentage calculations for default gc policy
  • 0f040aa Merge pull request #51126 from vvoland/51124-28.x
  • 5b1a039 ci: fix cache for go modules
  • 8fa4bd5 Merge pull request #51121 from crazy-max/28.x_ci-caches-fixes
  • Additional commits viewable in compare view

Updates github.com/go-git/go-git/v5 from 5.16.2 to 5.16.3

Release notes

Sourced from github.com/go-git/go-git/v5's releases.

v5.16.3

What's Changed

Full Changelog: https://github.com/go-git/go-git/compare/v5.16.2...v5.16.3

Commits
  • ad9a3a5 Merge pull request #1633 from baloo/baloo/release-5.x/jj-signed-commits
  • f2c3467 plumbing: support extra headers, support jujutsu signed commit [5.x]
  • c12263d Merge pull request #1646 from baloo/baloo/release-5.x/fixup-windows-ci
  • 111f374 build: disable fuzzing on maintenance branch
  • 15d46ce build: raise timeouts for windows CI tests
  • ce83ba1 Merge pull request #1644 from baloo/baloo/release-5.x/fixup-build
  • b486201 internal: Expand regex to fix build
  • See full diff in compare view

Updates github.com/rhysd/actionlint from 1.7.7 to 1.7.8

Release notes

Sourced from github.com/rhysd/actionlint's releases.

v1.7.8

Changelog

Sourced from github.com/rhysd/actionlint's changelog.

v1.7.8 - 2025-10-11

[Changes][v1.7.8]

Commits
  • e7d448e bump up version to v1.7.8
  • 8e91629 follow the URL change in the official security document
  • 724284c ignore .exe files in scripts directory
  • 493abb8 remove redundant type annotations
  • 6aa7c19 fix linting playground sources does not work on Windows
  • c9a84fe Merge pull request #577 from muzimuzhi/check_run_id-is-number
  • 8571752 add peter-evans/create-or-update-comment@v5 to popular actions data set
  • 4701b7a set @main explicitly when installing the head via go install
  • 433415b fix legacy ENV format and case sensitivity in Dockerfile
  • a9fd256 migrate from macos-13 runner to macos-15-intel runner
  • Additional commits viewable in compare view

Updates github.com/spf13/pflag from 1.0.9 to 1.0.10

Release notes

Sourced from github.com/spf13/pflag's releases.

v1.0.10

What's Changed

New Contributors

Full Changelog: https://github.com/spf13/pflag/compare/v1.0.9...v1.0.10

Commits
  • 0491e57 Merge pull request #448 from thaJeztah/fix_go_version
  • 72abab1 Merge pull request #447 from thaJeztah/fix_deprecation_comment
  • 7e4dfb1 Test on Go 1.12
  • 18a9d17 move Func, BoolFunc, tests as they require go1.21
  • c5b9e98 remove uses of errors.Is, which requires go1.13
  • 45a4873 fix deprecation comment for (FlagSet.)ParseErrorsWhitelist
  • See full diff in compare view

Updates golang.org/x/term from 0.35.0 to 0.36.0

Commits

Updates google.golang.org/protobuf from 1.36.9 to 1.36.10

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

🔄 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/nektos/act/pull/5963 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/1/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/dependencies-6e98df93e6` --- ### 📝 Commits (2) - [`c1b5fd0`](https://github.com/nektos/act/commit/c1b5fd08796a24646eaf5e4714a92a9b4589a0b4) build(deps): bump the dependencies group across 1 directory with 7 updates - [`23785be`](https://github.com/nektos/act/commit/23785be7c99439cb6af52e1079297167c3fff324) Merge branch 'master' into dependabot/go_modules/dependencies-6e98df93e6 ### 📊 Changes **2 files changed** (+36 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+12 -11) 📝 `go.sum` (+24 -21) </details> ### 📄 Description Bumps the dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/docker/cli](https://github.com/docker/cli) | `28.4.0+incompatible` | `28.5.1+incompatible` | | [github.com/docker/docker](https://github.com/docker/docker) | `28.4.0+incompatible` | `28.5.1+incompatible` | | [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) | `5.16.2` | `5.16.3` | | [github.com/rhysd/actionlint](https://github.com/rhysd/actionlint) | `1.7.7` | `1.7.8` | | [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.9` | `1.0.10` | | [golang.org/x/term](https://github.com/golang/term) | `0.35.0` | `0.36.0` | | google.golang.org/protobuf | `1.36.9` | `1.36.10` | Updates `github.com/docker/cli` from 28.4.0+incompatible to 28.5.1+incompatible <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/docker/cli/commit/e180ab8ab82d22b7895a3e6e110cf6dd5c45f1d7"><code>e180ab8</code></a> Merge pull request <a href="https://redirect.github.com/docker/cli/issues/6541">#6541</a> from vvoland/6540-28.x</li> <li><a href="https://github.com/docker/cli/commit/0d799c556f08545346be009feeede4d6da7973bd"><code>0d799c5</code></a> update to go1.24.8</li> <li><a href="https://github.com/docker/cli/commit/887030fbe83f5368566ec3b35e15a4ba13267a62"><code>887030f</code></a> Merge pull request <a href="https://redirect.github.com/docker/cli/issues/6522">#6522</a> from thaJeztah/28.x_bump_moby</li> <li><a href="https://github.com/docker/cli/commit/9c6a0e0ba9ea8b9f96cc61e59d8420b539913f00"><code>9c6a0e0</code></a> Merge pull request <a href="https://redirect.github.com/docker/cli/issues/6531">#6531</a> from thaJeztah/28.x_backport_bump_macos</li> <li><a href="https://github.com/docker/cli/commit/f784471104b9af7e150668f8cf7c4b4dbae32661"><code>f784471</code></a> vendor: github.com/docker/docker cd048300a487 (v28.5.0-dev)</li> <li><a href="https://github.com/docker/cli/commit/d7afcf9b986bb376ae365450683d909cbd53d8f7"><code>d7afcf9</code></a> Merge pull request <a href="https://redirect.github.com/docker/cli/issues/6529">#6529</a> from thaJeztah/28.x_backport_deprecate_ResolveDefaul...</li> <li><a href="https://github.com/docker/cli/commit/9d9adf63461e49b11bc7b21d39c3e918db544f74"><code>9d9adf6</code></a> gha: add macOS 15, remove macOS 13 (deprecated)</li> <li><a href="https://github.com/docker/cli/commit/d4b7734f18636c1c1e8d8c13e306072dbfa6df4f"><code>d4b7734</code></a> cli/command: deprecate ResolveDefaultContext</li> <li><a href="https://github.com/docker/cli/commit/a1061611fd801d66c8f0289788e684217e7aa8a0"><code>a106161</code></a> Merge pull request <a href="https://redirect.github.com/docker/cli/issues/6519">#6519</a> from thaJeztah/28.x_backport_authconfig_no_direct_cast</li> <li><a href="https://github.com/docker/cli/commit/5e42f826b493ffbafbec1d8452c06ddc1a478675"><code>5e42f82</code></a> Merge pull request <a href="https://redirect.github.com/docker/cli/issues/6518">#6518</a> from thaJeztah/28.x_backport_memstore_notfounderr</li> <li>Additional commits viewable in <a href="https://github.com/docker/cli/compare/v28.4.0...v28.5.1">compare view</a></li> </ul> </details> <br /> Updates `github.com/docker/docker` from 28.4.0+incompatible to 28.5.1+incompatible <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/docker/docker/releases">github.com/docker/docker's releases</a>.</em></p> <blockquote> <h2>v28.5.1</h2> <h2>28.5.1</h2> <p>For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:</p> <ul> <li><a href="https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A28.5.1">docker/cli, 28.5.1 milestone</a></li> <li><a href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A28.5.1">moby/moby, 28.5.1 milestone</a></li> <li>Deprecated and removed features, see <a href="https://github.com/docker/cli/blob/v28.5.1/docs/deprecated.md">Deprecated Features</a>.</li> <li>Changes to the Engine API, see <a href="https://github.com/moby/moby/blob/v28.5.1/docs/api/version-history.md">API version history</a>.</li> </ul> <h3>Bug fixes and enhancements</h3> <ul> <li>Update BuildKit to v0.25.1. <a href="https://redirect.github.com/moby/moby/pull/51137">moby/moby#51137</a></li> <li>Update Go runtime to <a href="https://go.dev/doc/devel/release#go1.24.8">1.24.8</a>. <a href="https://redirect.github.com/moby/moby/pull/51133">moby/moby#51133</a>, <a href="https://redirect.github.com/docker/cli/pull/6541">docker/cli#6541</a></li> </ul> <h3>Deprecations</h3> <ul> <li>api/types/image: InspectResponse: deprecate <code>Parent</code> and <code>DockerVersion</code> fields. <a href="https://redirect.github.com/moby/moby/pull/51105">moby/moby#51105</a></li> <li>api/types/plugin: deprecate <code>Config.DockerVersion</code> field. <a href="https://redirect.github.com/moby/moby/pull/51110">moby/moby#51110</a></li> </ul> <h2>v28.5.0</h2> <h1>28.5.0</h1> <p>For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:</p> <ul> <li><a href="https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A28.5.0">docker/cli, 28.5.0 milestone</a></li> <li><a href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A28.5.0">moby/moby, 28.5.0 milestone</a></li> <li>Deprecated and removed features, see <a href="https://github.com/docker/cli/blob/v28.5.0/docs/deprecated.md">Deprecated Features</a>.</li> <li>Changes to the Engine API, see <a href="https://github.com/moby/moby/blob/v28.5.0/docs/api/version-history.md">API version history</a>.</li> </ul> <h3>Bug fixes and enhancements</h3> <ul> <li>Don't print warnings in <code>docker info</code> for broken symlinks in CLI-plugin directories. <a href="https://redirect.github.com/docker/cli/pull/6476">docker/cli#6476</a></li> <li>Fix a panic during <code>stats</code> on empty event <code>Actor.ID</code>. <a href="https://redirect.github.com/docker/cli/pull/6471">docker/cli#6471</a></li> </ul> <h3>Packaging updates</h3> <ul> <li>Remove support for legacy CBC cipher suites. <a href="https://redirect.github.com/docker/cli/pull/6474">docker/cli#6474</a></li> <li>Update Buildkit to <a href="https://github.com/moby/buildkit/releases/tag/v0.25.0">v0.25.0</a>. <a href="https://redirect.github.com/moby/moby/pull/51075">moby/moby#51075</a></li> <li>Update Dockerfile syntax to <a href="https://github.com/moby/buildkit/releases/tag/dockerfile%2F1.19.0">v1.19.0</a>. <a href="https://redirect.github.com/moby/moby/pull/51075">moby/moby#51075</a></li> </ul> <h3>Networking</h3> <ul> <li>Eliminated harmless warning about deletion of <code>endpoint_count</code> from the data store. <a href="https://redirect.github.com/moby/moby/pull/51064">moby/moby#51064</a></li> <li>Fix a bug causing IPAM plugins to not be loaded on Windows. <a href="https://redirect.github.com/moby/moby/pull/51035">moby/moby#51035</a></li> </ul> <h3>API</h3> <ul> <li>Deprecate support for kernel memory TCP accounting (<code>KernelMemoryTCP</code>). <a href="https://redirect.github.com/moby/moby/pull/51067">moby/moby#51067</a></li> <li>Fix <code>GET containers/{name}/checkpoints</code> returning <code>null</code> instead of empty JSON array when there are no checkpoints. <a href="https://redirect.github.com/moby/moby/pull/51052">moby/moby#51052</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moby/moby/commit/f8215cc266744ef195a50a70d427c345da2acdbb"><code>f8215cc</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/51137">#51137</a> from austinvazquez/cherry-pick-vendor-buildkit-0.25...</li> <li><a href="https://github.com/moby/moby/commit/40a856a5939fb22379e18314cefa23c8092e3b01"><code>40a856a</code></a> hack: add patch to buildkit tests</li> <li><a href="https://github.com/moby/moby/commit/5d1c3119f28133069df20c3c657c9ca36bfbc283"><code>5d1c311</code></a> vendor: update buildkit to v0.25.1</li> <li><a href="https://github.com/moby/moby/commit/90506c114468a548133b8d619e6c72eb2c7d9197"><code>90506c1</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/51133">#51133</a> from vvoland/51132-28.x</li> <li><a href="https://github.com/moby/moby/commit/17db0cd834dffc9d8832eb757f852274c2caadb1"><code>17db0cd</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/51128">#51128</a> from thaJeztah/28.x_backport_gcpolicy-invalid-calcu...</li> <li><a href="https://github.com/moby/moby/commit/f7c40ea34425cdf4b142604740a9dbe9ccaf5639"><code>f7c40ea</code></a> update to go1.24.8</li> <li><a href="https://github.com/moby/moby/commit/dccf7c889c88f6814d7336f93fcf825dc8048f2a"><code>dccf7c8</code></a> builder: use proper percentage calculations for default gc policy</li> <li><a href="https://github.com/moby/moby/commit/0f040aa194369a660d60e0c424460d90a64d799b"><code>0f040aa</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/51126">#51126</a> from vvoland/51124-28.x</li> <li><a href="https://github.com/moby/moby/commit/5b1a039e6f162795442c1f20b4bff8ccd26b8f48"><code>5b1a039</code></a> ci: fix cache for go modules</li> <li><a href="https://github.com/moby/moby/commit/8fa4bd5e0d071f9e9c6ae47af9ae1f805bc0a2f9"><code>8fa4bd5</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/51121">#51121</a> from crazy-max/28.x_ci-caches-fixes</li> <li>Additional commits viewable in <a href="https://github.com/docker/docker/compare/v28.4.0...v28.5.1">compare view</a></li> </ul> </details> <br /> Updates `github.com/go-git/go-git/v5` from 5.16.2 to 5.16.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/go-git/go-git/releases">github.com/go-git/go-git/v5's releases</a>.</em></p> <blockquote> <h2>v5.16.3</h2> <h2>What's Changed</h2> <ul> <li>internal: Expand regex to fix build [5.x] by <a href="https://github.com/baloo"><code>@​baloo</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/1644">go-git/go-git#1644</a></li> <li>build: raise timeouts for windows CI tests and disable CIFuzz [5.x] by <a href="https://github.com/baloo"><code>@​baloo</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/1646">go-git/go-git#1646</a></li> <li>plumbing: support commits extra headers, support jujutsu signed commit [5.x] by <a href="https://github.com/baloo"><code>@​baloo</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/1633">go-git/go-git#1633</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-git/go-git/compare/v5.16.2...v5.16.3">https://github.com/go-git/go-git/compare/v5.16.2...v5.16.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-git/go-git/commit/ad9a3a542e845d368853848ef5a2de9ec1f79b1a"><code>ad9a3a5</code></a> Merge pull request <a href="https://redirect.github.com/go-git/go-git/issues/1633">#1633</a> from baloo/baloo/release-5.x/jj-signed-commits</li> <li><a href="https://github.com/go-git/go-git/commit/f2c3467492033820145d5230dc681b5f976eb1c0"><code>f2c3467</code></a> plumbing: support extra headers, support jujutsu signed commit [5.x]</li> <li><a href="https://github.com/go-git/go-git/commit/c12263d36861c02d0dd9dce5249781b7e673c7bb"><code>c12263d</code></a> Merge pull request <a href="https://redirect.github.com/go-git/go-git/issues/1646">#1646</a> from baloo/baloo/release-5.x/fixup-windows-ci</li> <li><a href="https://github.com/go-git/go-git/commit/111f37418f4e164e114b094728ca87733dae1779"><code>111f374</code></a> build: disable fuzzing on maintenance branch</li> <li><a href="https://github.com/go-git/go-git/commit/15d46ceb597e4092783314c48c782097f436aa66"><code>15d46ce</code></a> build: raise timeouts for windows CI tests</li> <li><a href="https://github.com/go-git/go-git/commit/ce83ba1dcadebc49b3ea8670449aa495e88e1281"><code>ce83ba1</code></a> Merge pull request <a href="https://redirect.github.com/go-git/go-git/issues/1644">#1644</a> from baloo/baloo/release-5.x/fixup-build</li> <li><a href="https://github.com/go-git/go-git/commit/b4862019696d8dc00b9aeb86394951e5c1b9076a"><code>b486201</code></a> internal: Expand regex to fix build</li> <li>See full diff in <a href="https://github.com/go-git/go-git/compare/v5.16.2...v5.16.3">compare view</a></li> </ul> </details> <br /> Updates `github.com/rhysd/actionlint` from 1.7.7 to 1.7.8 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rhysd/actionlint/releases">github.com/rhysd/actionlint's releases</a>.</em></p> <blockquote> <h2>v1.7.8</h2> <ul> <li>Support <code>models</code> permission in <code>permissions</code> section. (<a href="https://redirect.github.com/rhysd/actionlint/issues/531">#531</a>, thanks <a href="https://github.com/muzimuzhi"><code>@​muzimuzhi</code></a>)</li> <li>Support <a href="https://docs.github.com/en/actions/reference/workflows-and-actions/contexts#job-context"><code>job.check_run_id</code> property</a>. (<a href="https://redirect.github.com/rhysd/actionlint/issues/576">#576</a>, thanks <a href="https://github.com/muzimuzhi"><code>@​muzimuzhi</code></a> for fixing the type at <a href="https://redirect.github.com/rhysd/actionlint/issues/577">#577</a>)</li> <li>Support <code>node24</code> runtime at <code>using</code> section in action metadata. (<a href="https://redirect.github.com/rhysd/actionlint/issues/561">#561</a>, thanks <a href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a>)</li> <li>Add support for the following runner labels. <ul> <li><a href="https://github.blog/changelog/2025-09-11-actions-macos-26-image-now-in-public-preview/"><code>macos-26</code> and <code>macos-26-large</code></a> (<a href="https://redirect.github.com/rhysd/actionlint/issues/572">#572</a>, thanks <a href="https://github.com/muzimuzhi"><code>@​muzimuzhi</code></a>)</li> <li><a href="https://github.blog/changelog/2025-09-19-github-actions-macos-13-runner-image-is-closing-down/#what-you-need-to-do"><code>macos-15</code></a> (<a href="https://redirect.github.com/rhysd/actionlint/issues/572">#572</a>, thanks <a href="https://github.com/muzimuzhi"><code>@​muzimuzhi</code></a>)</li> </ul> </li> <li>Drop support for the following runner labels which are no longer supported by GitHub. <ul> <li><a href="https://redirect.github.com/actions/runner-images/issues/11101"><code>ubuntu-20.04</code></a> (<a href="https://redirect.github.com/rhysd/actionlint/issues/534">#534</a>, thanks <a href="https://github.com/shogo82148"><code>@​shogo82148</code></a>)</li> <li><a href="https://github.blog/changelog/2025-04-15-upcoming-breaking-changes-and-releases-for-github-actions/#windows-server-2019-is-closing-down"><code>windows-2019</code></a> (<a href="https://redirect.github.com/rhysd/actionlint/issues/572">#572</a>, thanks <a href="https://github.com/muzimuzhi"><code>@​muzimuzhi</code></a>)</li> </ul> </li> <li>Support <a href="https://docs.github.com/en/actions/reference/workflows-and-actions/metadata-syntax#inputsinput_iddeprecationmessage"><code>deprecationMessage</code></a> in action inputs metadata. (<a href="https://redirect.github.com/rhysd/actionlint/issues/540">#540</a>, thanks <a href="https://github.com/saansh45"><code>@​saansh45</code></a>)</li> <li>Support <a href="https://github.blog/changelog/2025-04-14-windows-arm64-hosted-runners-now-available-in-public-preview/"><code>windows-11-arm</code> runner</a>. (<a href="https://redirect.github.com/rhysd/actionlint/issues/542">#542</a>, thanks <a href="https://github.com/trim21"><code>@​trim21</code></a>)</li> <li>Handle <code>ubuntu-latest</code> runner label as <code>ubuntu-24.04</code> and <code>macos-latest</code> runner label as <code>macos-15</code>.</li> <li>Report mixing Intel Mac labels and Arm Mac labels as error.</li> <li>Add new types to <code>issues</code> and <code>pull_request_target</code> webhooks.</li> <li>Update the popular actions data set to the latest and add more actions to it. (thanks <a href="https://github.com/sethvargo"><code>@​sethvargo</code></a> for fixing the <code>go generate</code> scripts) <ul> <li><code>actions/create-github-app-token</code></li> <li><code>actions/attest-sbom</code></li> <li><code>actions/ai-inference</code></li> <li><code>peter-evans/create-or-update-comment</code></li> <li><code>release-drafter/release-drafter</code></li> <li><code>SamKirkland/FTP-Deploy-Action</code></li> </ul> </li> <li>Fix the version value in <code>actionlint -version</code> output can be empty.</li> <li>Fix outdated URL links in some error messages and documents.</li> <li><a href="https://github.com/rhysd/actionlint/blob/main/HomebrewFormula/actionlint.rb">Homebrew formula in this repository</a> is deprecated and <a href="https://github.com/rhysd/actionlint/blob/main/Casks/actionlint.rb">Homebrew cask</a> is newly added instead because <a href="https://goreleaser.com/deprecations/#brews">GoReleaser no longer supports Homebrew formula update</a>. Note that Homebrew's official <code>actionlint</code> formula is still maintained. Please read the <a href="https://github.com/rhysd/actionlint/blob/main/docs/install.md#homebrew">documentation</a> for more details.</li> <li>Drop support for Go 1.23 and earlier because they are no longer maintained officially. Go 1.24 and later are supported to build actionlint.</li> <li>Replace <a href="https://github.com/go-yaml/yaml"><code>go-yaml/yaml@v3</code></a> package with <a href="https://github.com/yaml/go-yaml"><code>yaml/go-yaml@v4</code></a> package. <code>go-yaml/yaml</code> was used for parsing workflow files however it was unmaintained. <code>yaml/go-yaml</code> is a successor of the library officially maintained by YAML organization. (<a href="https://redirect.github.com/rhysd/actionlint/issues/575">#575</a>)</li> <li>Improve error messages on parsing workflow and action metadata files.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rhysd/actionlint/blob/main/CHANGELOG.md">github.com/rhysd/actionlint's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/rhysd/actionlint/releases/tag/v1.7.8">v1.7.8</a> - 2025-10-11</h1> <ul> <li>Support <code>models</code> permission in <code>permissions</code> section. (<a href="https://redirect.github.com/rhysd/actionlint/issues/531">#531</a>, thanks <a href="https://github.com/muzimuzhi"><code>@​muzimuzhi</code></a>)</li> <li>Support <code>job.check_run_id</code> property. (<a href="https://redirect.github.com/rhysd/actionlint/issues/576">#576</a>, thanks <a href="https://github.com/muzimuzhi"><code>@​muzimuzhi</code></a> for fixing the type at <a href="https://redirect.github.com/rhysd/actionlint/issues/577">#577</a>)</li> <li>Support <code>node24</code> runtime at <code>using</code> section in action metadata. (<a href="https://redirect.github.com/rhysd/actionlint/issues/561">#561</a>, thanks <a href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a>)</li> <li>Add support for the following runner labels <ul> <li><a href="https://github.blog/changelog/2025-09-11-actions-macos-26-image-now-in-public-preview/"><code>macos-26</code> and <code>macos-26-large</code></a> (<a href="https://redirect.github.com/rhysd/actionlint/issues/572">#572</a>, thanks <a href="https://github.com/muzimuzhi"><code>@​muzimuzhi</code></a>)</li> <li><a href="https://github.blog/changelog/2025-09-19-github-actions-macos-13-runner-image-is-closing-down/#what-you-need-to-do"><code>macos-15</code></a> (<a href="https://redirect.github.com/rhysd/actionlint/issues/572">#572</a>, thanks <a href="https://github.com/muzimuzhi"><code>@​muzimuzhi</code></a>)</li> </ul> </li> <li>Drop support for the following runner labels. <ul> <li><a href="https://redirect.github.com/actions/runner-images/issues/11101"><code>ubuntu-20.04</code></a> (<a href="https://redirect.github.com/rhysd/actionlint/issues/534">#534</a>, thanks <a href="https://github.com/shogo82148"><code>@​shogo82148</code></a>)</li> <li><a href="https://github.blog/changelog/2025-04-15-upcoming-breaking-changes-and-releases-for-github-actions/#windows-server-2019-is-closing-down"><code>windows-2019</code></a> (<a href="https://redirect.github.com/rhysd/actionlint/issues/572">#572</a>, thanks <a href="https://github.com/muzimuzhi"><code>@​muzimuzhi</code></a>)</li> </ul> </li> <li>Support <a href="https://docs.github.com/en/actions/reference/workflows-and-actions/metadata-syntax#inputsinput_iddeprecationmessage"><code>deprecationMessage</code></a> in action inputs. (<a href="https://redirect.github.com/rhysd/actionlint/issues/540">#540</a>, thanks <a href="https://github.com/saansh45"><code>@​saansh45</code></a>)</li> <li>Support <a href="https://github.blog/changelog/2025-04-14-windows-arm64-hosted-runners-now-available-in-public-preview/"><code>windows-11-arm</code> runner</a>. (<a href="https://redirect.github.com/rhysd/actionlint/issues/542">#542</a>, thanks <a href="https://github.com/trim21"><code>@​trim21</code></a>)</li> <li>Handle <code>ubuntu-latest</code> runner label as <code>ubuntu-24.04</code> and <code>macos-latest</code> runner label as <code>macos-15</code>.</li> <li>Report mixing Intel Mac labels and Arm Mac labels as error.</li> <li>Add new types to <code>issues</code> and <code>pull_request_target</code> webhooks.</li> <li>Update the popular actions data set to the latest and add more actions to it (thanks <a href="https://github.com/sethvargo"><code>@​sethvargo</code></a> for fixing the <code>go generate</code> scripts) <ul> <li><code>actions/create-github-app-token</code></li> <li><code>actions/attest-sbom</code></li> <li><code>actions/ai-inference</code></li> <li><code>peter-evans/create-or-update-comment</code></li> <li><code>release-drafter/release-drafter</code></li> <li><code>SamKirkland/FTP-Deploy-Action</code></li> </ul> </li> <li>Fix the version value in <code>actionlint -version</code> can be empty.</li> <li>Fix outdated URL links in some error messages and documents.</li> <li><a href="https://github.com/rhysd/actionlint/blob/main/HomebrewFormula/actionlint.rb">Homebrew formula in this repository</a> is deprecated and <a href="https://github.com/rhysd/actionlint/blob/main/Casks/actionlint.rb">Homebrew cask</a> is newly added instead because <a href="https://goreleaser.com/deprecations/#brews">GoReleaser no longer supports Homebrew formula update</a>. Note that Homebrew's official <code>actionlint</code> formula is still maintained. Please read the <a href="https://github.com/rhysd/actionlint/blob/main/docs/install.md#homebrew">documentation</a> for more details.</li> <li>Drop support for Go 1.23 and earlier because they are no longer maintained officially. Go 1.24 and later are supported to build actionlint.</li> <li>Replace <a href="https://github.com/go-yaml/yaml"><code>go-yaml/yaml@v3</code></a> package with <a href="https://github.com/yaml/go-yaml"><code>yaml/go-yaml@v4</code></a> package. <code>go-yaml/yaml</code> was used for parsing workflow files however it was unmaintained. <code>yaml/go-yaml</code> is a successor of the library officially maintained by YAML organization. (<a href="https://redirect.github.com/rhysd/actionlint/issues/575">#575</a>)</li> <li>Improve error messages on parsing workflow and action metadata files.</li> </ul> <p>[Changes][v1.7.8]</p> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rhysd/actionlint/commit/e7d448ef7507c20fc4c88a95d0c448b848cd6127"><code>e7d448e</code></a> bump up version to v1.7.8</li> <li><a href="https://github.com/rhysd/actionlint/commit/8e91629fb98ca44b6e5d6727f76495978000bed8"><code>8e91629</code></a> follow the URL change in the official security document</li> <li><a href="https://github.com/rhysd/actionlint/commit/724284ca1eeaf870488c3eea76c72ec108de09ea"><code>724284c</code></a> ignore <code>.exe</code> files in <code>scripts</code> directory</li> <li><a href="https://github.com/rhysd/actionlint/commit/493abb871e3c397d13f591a0d1d275692aba3620"><code>493abb8</code></a> remove redundant type annotations</li> <li><a href="https://github.com/rhysd/actionlint/commit/6aa7c19fc57074836057bb689b0b8739cb53a27f"><code>6aa7c19</code></a> fix linting playground sources does not work on Windows</li> <li><a href="https://github.com/rhysd/actionlint/commit/c9a84fefca63dc9806d5ac4a69cd0c62960a7e70"><code>c9a84fe</code></a> Merge pull request <a href="https://redirect.github.com/rhysd/actionlint/issues/577">#577</a> from muzimuzhi/check_run_id-is-number</li> <li><a href="https://github.com/rhysd/actionlint/commit/8571752353ac232ba0f7698fc1df248b61a3690d"><code>8571752</code></a> add <code>peter-evans/create-or-update-comment@v5</code> to popular actions data set</li> <li><a href="https://github.com/rhysd/actionlint/commit/4701b7afd8de7a0fa7e2680f666101e062e3c6ea"><code>4701b7a</code></a> set <code>@main</code> explicitly when installing the head via <code>go install</code></li> <li><a href="https://github.com/rhysd/actionlint/commit/433415b7bcc9e294925153a428cd88d559ddcf1f"><code>433415b</code></a> fix legacy <code>ENV</code> format and case sensitivity in Dockerfile</li> <li><a href="https://github.com/rhysd/actionlint/commit/a9fd25696b12dc4e9414aa65b3222885ade2a98e"><code>a9fd256</code></a> migrate from macos-13 runner to macos-15-intel runner</li> <li>Additional commits viewable in <a href="https://github.com/rhysd/actionlint/compare/v1.7.7...v1.7.8">compare view</a></li> </ul> </details> <br /> Updates `github.com/spf13/pflag` from 1.0.9 to 1.0.10 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spf13/pflag/releases">github.com/spf13/pflag's releases</a>.</em></p> <blockquote> <h2>v1.0.10</h2> <h2>What's Changed</h2> <ul> <li>fix deprecation comment for (FlagSet.)ParseErrorsWhitelist by <a href="https://github.com/thaJeztah"><code>@​thaJeztah</code></a> in <a href="https://redirect.github.com/spf13/pflag/pull/447">spf13/pflag#447</a></li> <li>remove uses of errors.Is, which requires go1.13, move go1.16/go1.21 tests to separate file by <a href="https://github.com/thaJeztah"><code>@​thaJeztah</code></a> in <a href="https://redirect.github.com/spf13/pflag/pull/448">spf13/pflag#448</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/thaJeztah"><code>@​thaJeztah</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/pflag/pull/447">spf13/pflag#447</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/spf13/pflag/compare/v1.0.9...v1.0.10">https://github.com/spf13/pflag/compare/v1.0.9...v1.0.10</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spf13/pflag/commit/0491e5702ad2bb108bc519a5221bcc0f52aa9564"><code>0491e57</code></a> Merge pull request <a href="https://redirect.github.com/spf13/pflag/issues/448">#448</a> from thaJeztah/fix_go_version</li> <li><a href="https://github.com/spf13/pflag/commit/72abab1d978352c34a7274f374d30f413e1c83f3"><code>72abab1</code></a> Merge pull request <a href="https://redirect.github.com/spf13/pflag/issues/447">#447</a> from thaJeztah/fix_deprecation_comment</li> <li><a href="https://github.com/spf13/pflag/commit/7e4dfb1e325ce429e29994933210abe53de7041d"><code>7e4dfb1</code></a> Test on Go 1.12</li> <li><a href="https://github.com/spf13/pflag/commit/18a9d17d0ee8bd64d5c2071fc031be86fa2cd328"><code>18a9d17</code></a> move Func, BoolFunc, tests as they require go1.21</li> <li><a href="https://github.com/spf13/pflag/commit/c5b9e989df31c5d19573e50d6188550ad51a971e"><code>c5b9e98</code></a> remove uses of errors.Is, which requires go1.13</li> <li><a href="https://github.com/spf13/pflag/commit/45a48733e35ba296a5f4dcc2b01996b89dc91a06"><code>45a4873</code></a> fix deprecation comment for (FlagSet.)ParseErrorsWhitelist</li> <li>See full diff in <a href="https://github.com/spf13/pflag/compare/v1.0.9...v1.0.10">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/term` from 0.35.0 to 0.36.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/term/commit/3a0828a6667fd19fb680702513ff01f7afe76772"><code>3a0828a</code></a> go.mod: update golang.org/x dependencies</li> <li>See full diff in <a href="https://github.com/golang/term/compare/v0.35.0...v0.36.0">compare view</a></li> </ul> </details> <br /> Updates `google.golang.org/protobuf` from 1.36.9 to 1.36.10 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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 </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 22:37:33 +03: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
starred/act#2640
No description provided.