[automated] Merge branch 'main' => 'net11.0'#25145
Conversation
This pull request updates the following dependencies ## From https://github.com/dotnet/macios - **Subscription**: [c0371266-dd6f-4959-822b-decc72d2d668](https://maestro.dot.net/subscriptions?search=c0371266-dd6f-4959-822b-decc72d2d668) - **Build**: [20260409.8](https://dev.azure.com/devdiv/DevDiv/_build/results?buildId=13787383) ([309685](https://maestro.dot.net/channel/3884/github:dotnet:macios/build/309685)) - **Date Produced**: April 9, 2026 1:01:40 PM UTC - **Commit**: [9b4af11](9b4af11) - **Branch**: [release/9.0.1xx](https://github.com/dotnet/macios/tree/release/9.0.1xx) - **Dependency Updates**: - From [26.4.9010 to 26.4.9011][1] - Microsoft.iOS.Sdk.net9.0_26.4 - Microsoft.MacCatalyst.Sdk.net9.0_26.4 - Microsoft.macOS.Sdk.net9.0_26.4 - Microsoft.tvOS.Sdk.net9.0_26.4 [1]: 86e12fa...9b4af11
Also treat all warnings as errors, since this project is now warning-free. --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Only keep the highest version for each entry.
Bumps [actions/github-script](https://github.com/actions/github-script) from 8.0.0 to 9.0.0. ## Release notes <p><em>Sourced from <a href="https://github.com/actions/github-script/releases">actions/github-script's releases</a>.</em></p> ### v9.0.0 <p>New features:</p> -<code>getOctokit</code> 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 for details and examples. -Orchestration ID in user-agent — The <code>ACTIONS_ORCHESTRATION_ID</code> environment variable is automatically appended to the user-agent string for request tracing. <p>Breaking changes:</p> -<code>require('@actions/github')</code> no longer works in scripts. The upgrade to <code>@actions/github</code> v9 (ESM-only) means <code>require('@actions/github')</code> will fail at runtime. If you previously used patterns like <code>const { getOctokit } = require('@actions/github')</code> to create secondary clients, use the new injected <code>getOctokit</code> 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 -Add ACTIONS_ORCHESTRATION_ID to user-agent string by in <a href="https://redirect.github.com/actions/github-script/pull/695">actions/github-script#695</a> -ci: use deployment: false for integration test environments by in <a href="https://redirect.github.com/actions/github-script/pull/712">actions/github-script#712</a> -feat!: add getOctokit to script context, upgrade @actions/github v9, @octokit/core v7, and related packages by in <a href="https://redirect.github.com/actions/github-script/pull/700">actions/github-script#700</a> ### New Contributors - made their first contribution in <a href="https://redirect.github.com/actions/github-script/pull/695">actions/github-script#695</a> <p>Full Changelog: <a href="https://github.com/actions/github-script/compare/v8.0.0...v9.0.0">https://github.com/actions/github-script/compare/v8.0.0...v9.0.0</a></p> ## Commits - Merge pull request <a href="https://redirect.github.com/actions/github-script/issues/700">#700</a> from actions/salmanmkc/expose-getoctokit + prepare re... - fix: use @octokit/core/types import for v7 compatibility - merge: incorporate main branch changes - chore: rebuild dist for v9 upgrade and getOctokit factory - Merge pull request <a href="https://redirect.github.com/actions/github-script/issues/712">#712</a> from actions/salmanmkc/deployment-false + fix user-ag... - ci: fix user-agent test to handle orchestration ID - ci: use deployment: false to suppress deployment noise from integration tests - docs: update README examples from to , add getOctokit docs and v9 brea... - ci: add getOctokit integration test job - test: add getOctokit integration tests via callAsyncFunction -Additional commits viewable in <a href="https://github.com/actions/github-script/compare/v8.0.0...v9.0.0">compare view</a> [](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
* Don't fail immediately if the file with the expected sizes can't be parsed, treat it like the file didn't exist (this allows it to be easily re-generated even if it's invalid - which is common with merge conflicts, with this change the test will just overwrite any expected files that have merge conflict markers). * Don't fail if the set of files has changed and the test is updating the expected sizes (instead just write out the expected sizes instead).
Reset patterns: - global.json - NuGet.config - eng/Version.Details.xml - eng/Version.Details.props - eng/common/*
|
Azure Pipelines: 2 pipeline(s) require an authorized user to comment /azp run to run. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Azure Pipelines: 2 pipeline(s) require an authorized user to comment /azp run to run. |
✅ [CI Build #17751cd] Build passed (Build packages) ✅Pipeline on Agent |
✅ [PR Build #17751cd] Build passed (Detect API changes) ✅Pipeline on Agent |
✅ API diff for current PR / commitNET (empty diffs)✅ API diff vs stableNET (empty diffs)ℹ️ Generator diffGenerator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes) Pipeline on Agent |
✅ [CI Build #17751cd] Build passed (Build macOS tests) ✅Pipeline on Agent |
This comment has been minimized.
This comment has been minimized.
🚀 [CI Build #17751cd] Test results 🚀Test results✅ All tests passed on VSTS: test results. 🎉 All 161 tests passed 🎉 Tests counts✅ cecil: All 1 tests passed. Html Report (VSDrops) Download macOS tests✅ Tests on macOS Sonoma (14): All 5 tests passed. Html Report (VSDrops) Download Linux Build VerificationPipeline on Agent |
I detected changes in the main branch which have not been merged yet to net11.0. I'm a robot and am configured to help you automatically keep net11.0 up to date, so I've opened this PR.
This PR merges commits made on main by the following committers:
Instructions for merging from UI
This PR will not be auto-merged. When pull request checks pass, complete this PR by creating a merge commit, not a squash or rebase commit.
If this repo does not allow creating merge commits from the GitHub UI, use command line instructions.
Instructions for merging via command line
Run these commands to merge this pull request from the command line.
or if you are using SSH
After PR checks are complete push the branch
Instructions for resolving conflicts
Instructions for updating this pull request
Contributors to this repo have permission update this pull request by pushing to the branch 'merge/main-to-net11.0'. This can be done to resolve conflicts or make other changes to this pull request before it is merged.
The provided examples assume that the remote is named 'origin'. If you have a different remote name, please replace 'origin' with the name of your remote.
or if you are using SSH
Contact .NET Core Engineering (dotnet/dnceng) if you have questions or issues.
Also, if this PR was generated incorrectly, help us fix it. See https://github.com/dotnet/arcade/blob/main/.github/workflows/scripts/inter-branch-merge.ps1.