Skip to content

Upgrade to latest actions packages#687

Merged
HarithaVattikuti merged 6 commits into
actions:mainfrom
salmanmkc:fix/license-metadata
Jan 13, 2026
Merged

Upgrade to latest actions packages#687
HarithaVattikuti merged 6 commits into
actions:mainfrom
salmanmkc:fix/license-metadata

Conversation

@salmanmkc
Copy link
Copy Markdown
Contributor

@salmanmkc salmanmkc commented Dec 11, 2025

Most important changes:

GitHub Actions dependencies:

  • Added license files for multiple versions of @actions/core, @actions/exec, @actions/glob, @actions/http-client, and @actions/io, documenting their MIT license and relevant metadata. [1] [2] [3] [4] [5] [6] [7] [8] [9]

Azure SDK dependencies:

  • Added license files for multiple versions of @azure/abort-controller and @azure/core-tracing, as well as for @azure/core-rest-pipeline, all under the MIT license. [1] [2] [3] [4] [5]

Other Azure-related dependency:

  • Added a license file for @typespec/ts-http-runtime, including its MIT license information.

Copilot AI review requested due to automatic review settings December 11, 2025 22:30
@salmanmkc salmanmkc requested a review from a team as a code owner December 11, 2025 22:30
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds license metadata files for npm dependencies to pass licensed status checks. The files document license information for 21 npm packages used in the project, including various versions of GitHub Actions packages, Azure SDK packages, and common utility libraries.

Key Changes

  • Added .dep.yml license metadata files for 21 npm dependencies
  • Includes multiple versions of packages like @actions/core, @actions/exec, @actions/io, @azure/abort-controller, and @azure/core-tracing
  • All packages use MIT license except tslib which uses 0BSD license

Reviewed changes

Copilot reviewed 20 out of 20 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
.licenses/npm/@actions/core-1.11.1.dep.yml License metadata for @actions/core v1.11.1 (MIT)
.licenses/npm/@actions/core-2.0.1.dep.yml License metadata for @actions/core v2.0.1 (MIT)
.licenses/npm/@actions/exec-1.1.1.dep.yml License metadata for @actions/exec v1.1.1 (MIT)
.licenses/npm/@actions/exec-2.0.0.dep.yml License metadata for @actions/exec v2.0.0 (MIT)
.licenses/npm/@actions/glob.dep.yml License metadata for @actions/glob v0.5.0 (MIT)
.licenses/npm/@actions/io-1.1.3.dep.yml License metadata for @actions/io v1.1.3 (MIT)
.licenses/npm/@actions/io-2.0.0.dep.yml License metadata for @actions/io v2.0.0 (MIT)
.licenses/npm/@azure/abort-controller-1.1.0.dep.yml License metadata for @azure/abort-controller v1.1.0 (MIT)
.licenses/npm/@azure/abort-controller-2.1.2.dep.yml License metadata for @azure/abort-controller v2.1.2 (MIT)
.licenses/npm/@azure/core-rest-pipeline.dep.yml License metadata for @azure/core-rest-pipeline v1.22.2 (MIT)
.licenses/npm/@azure/core-tracing-1.0.0-preview.13.dep.yml License metadata for @azure/core-tracing v1.0.0-preview.13 (MIT)
.licenses/npm/@azure/core-tracing-1.3.1.dep.yml License metadata for @azure/core-tracing v1.3.1 (MIT)
.licenses/npm/@typespec/ts-http-runtime.dep.yml License metadata for @typespec/ts-http-runtime v0.3.2 (MIT)
.licenses/npm/agent-base.dep.yml License metadata for agent-base v7.1.4 (MIT)
.licenses/npm/debug.dep.yml License metadata for debug v4.3.4 (MIT)
.licenses/npm/form-data.dep.yml License metadata for form-data v4.0.4 (MIT)
.licenses/npm/http-proxy-agent.dep.yml License metadata for http-proxy-agent v7.0.2 (MIT)
.licenses/npm/https-proxy-agent.dep.yml License metadata for https-proxy-agent v7.0.6 (MIT)
.licenses/npm/ms.dep.yml License metadata for ms v2.1.2 (MIT)
.licenses/npm/tslib.dep.yml License metadata for tslib v2.6.2 (0BSD)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

text: |-
(The MIT License)

Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
Copy link

Copilot AI Dec 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The license text contains HTML entities that should be plain text. The email addresses in lines 35 and 36 use "<" and ">" instead of "<" and ">". This appears to be a copy-paste error from an HTML-rendered version of the license.

Suggested change
Copyright (c) 2014-2017 TJ Holowaychuk &lt;tj@vision-media.ca&gt;
Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>

Copilot uses AI. Check for mistakes.
@salmanmkc salmanmkc changed the title fix: add license metadata for npm dependencies Upgrade to latest actions packages Dec 11, 2025
salmanmkc and others added 4 commits December 11, 2025 22:34
- Bump version from 5.0.0 to 5.0.1
- Upgrade @actions/cache from ^4.0.3 to ^5.0.0
- Upgrade @actions/core from ^1.10.0 to ^2.0.0
- Upgrade @actions/exec from ^1.1.1 to ^2.0.0
- Upgrade @actions/http-client from ^2.2.3 to ^3.0.0

Add license files for @actions/http-client versions 2.2.3 and 3.0.0
@HarithaVattikuti HarithaVattikuti merged commit 24ec4f2 into actions:main Jan 13, 2026
106 checks passed
mergify Bot added a commit to ArcadeData/arcadedb that referenced this pull request May 3, 2026
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.3.1 to 5.2.0.
Release notes

*Sourced from [actions/setup-dotnet's releases](https://github.com/actions/setup-dotnet/releases).*

> v5.2.0
> ------
>
> What's changed
> --------------
>
> ### Enhancements
>
> * Add support for workloads input by [`@​gowridurgad`](https://github.com/gowridurgad) in [actions/setup-dotnet#693](https://redirect.github.com/actions/setup-dotnet/pull/693)
> * Add support for optional architecture input for cross-architecture .NET installs by [`@​priya-kinthali`](https://github.com/priya-kinthali) in [actions/setup-dotnet#700](https://redirect.github.com/actions/setup-dotnet/pull/700)
>
> ### Dependency Updates
>
> * Upgrade fast-xml-parser from 4.4.1 to 5.3.6 by [`@​dependabot`](https://github.com/dependabot) in [actions/setup-dotnet#671](https://redirect.github.com/actions/setup-dotnet/pull/671)
> * Upgrade minimatch from 3.1.2 to 3.1.5 by [`@​dependabot`](https://github.com/dependabot) in [actions/setup-dotnet#705](https://redirect.github.com/actions/setup-dotnet/pull/705)
>
> **Full Changelog**: <actions/setup-dotnet@v5...v5.2.0>
>
> v5.1.0
> ------
>
> What's Changed
> --------------
>
> ### Documentation
>
> * Readme update for environment variable on self hosted linux runners by [`@​priya-kinthali`](https://github.com/priya-kinthali) in [actions/setup-dotnet#689](https://redirect.github.com/actions/setup-dotnet/pull/689)
> * Contributor icon updates by [`@​Falco20019`](https://github.com/Falco20019) in [actions/setup-dotnet#604](https://redirect.github.com/actions/setup-dotnet/pull/604)
>
> ### Dependency updates
>
> * Upgrade actions/checkout from 5 to 6 by [`@​dependabot`](https://github.com/dependabot) in [actions/setup-dotnet#684](https://redirect.github.com/actions/setup-dotnet/pull/684)
> * Upgrade to latest actions packages by [`@​salmanmkc`](https://github.com/salmanmkc) in [actions/setup-dotnet#687](https://redirect.github.com/actions/setup-dotnet/pull/687)
> * Upgrade dependencies in testproject and checkout in Readme by [`@​priya-kinthali`](https://github.com/priya-kinthali) in [actions/setup-dotnet#692](https://redirect.github.com/actions/setup-dotnet/pull/692)
>
> New Contributors
> ----------------
>
> * [`@​priya-kinthali`](https://github.com/priya-kinthali) made their first contribution in [actions/setup-dotnet#689](https://redirect.github.com/actions/setup-dotnet/pull/689)
> * [`@​Falco20019`](https://github.com/Falco20019) made their first contribution in [actions/setup-dotnet#604](https://redirect.github.com/actions/setup-dotnet/pull/604)
>
> **Full Changelog**: <actions/setup-dotnet@v5...v5.1.0>
>
> v5.0.1
> ------
>
> What's Changed
> --------------
>
> * Upgrade typescript from 5.4.2 to 5.9.2 and document breaking changes in v5 by [`@​dependabot`](https://github.com/dependabot) in [actions/setup-dotnet#624](https://redirect.github.com/actions/setup-dotnet/pull/624)
> * Upgrade eslint-plugin-jest from 27.9.0 to 29.0.1 by [`@​dependabot`](https://github.com/dependabot) in [actions/setup-dotnet#648](https://redirect.github.com/actions/setup-dotnet/pull/648)
> * Upgrade actions/publish-action from 0.3.0 to 0.4.0 and update macos-13 to macos-15-intel by [`@​dependabot`](https://github.com/dependabot) in [actions/setup-dotnet#665](https://redirect.github.com/actions/setup-dotnet/pull/665)
>
> **Full Changelog**: <actions/setup-dotnet@v5...v5.0.1>
>
> v5.0.0
> ------
>
> What's Changed
> --------------
>
> ### Breaking Changes
>
> * Upgrade to Node.js 24 and modernize async usage by [`@​salmanmkc`](https://github.com/salmanmkc) in [actions/setup-dotnet#654](https://redirect.github.com/actions/setup-dotnet/pull/654)
>
> Make sure your runner is updated to this version or newer to use this release. v2.327.1 [Release Notes](https://github.com/actions/runner/releases/tag/v2.327.1)
>
> ### Dependency Updates

... (truncated)


Commits

* [`c2fa09f`](actions/setup-dotnet@c2fa09f) Bump minimatch from 3.1.2 to 3.1.5 ([#705](https://redirect.github.com/actions/setup-dotnet/issues/705))
* [`02574b1`](actions/setup-dotnet@02574b1) Add support for optional architecture input for cross-architecture .NET insta...
* [`16c7b3c`](actions/setup-dotnet@16c7b3c) Bump fast-xml-parser from 4.4.1 to 5.3.6 ([#671](https://redirect.github.com/actions/setup-dotnet/issues/671))
* [`131b410`](actions/setup-dotnet@131b410) Add support for workloads input ([#693](https://redirect.github.com/actions/setup-dotnet/issues/693))
* [`baa11fb`](actions/setup-dotnet@baa11fb) Bump test dependencies to resolve System.Net.Http vulnerability, update workf...
* [`24ec4f2`](actions/setup-dotnet@24ec4f2) Upgrade to latest actions packages ([#687](https://redirect.github.com/actions/setup-dotnet/issues/687))
* [`4c100cb`](actions/setup-dotnet@4c100cb) Fix icons ([#604](https://redirect.github.com/actions/setup-dotnet/issues/604))
* [`25328d8`](actions/setup-dotnet@25328d8) Bump actions/checkout from 5 to 6 ([#684](https://redirect.github.com/actions/setup-dotnet/issues/684))
* [`937b8dd`](actions/setup-dotnet@937b8dd) Update README with note on setting DOTNET\_INSTALL\_DIR for Linux permission is...
* [`2016bd2`](actions/setup-dotnet@2016bd2) Bump actions/publish-action from 0.3.0 to 0.4.0 and update macos-13 to macos-...
* Additional commits viewable in [compare view](actions/setup-dotnet@67a3573...c2fa09f)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=actions/setup-dotnet&package-manager=github\_actions&previous-version=4.3.1&new-version=5.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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)
---
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  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants