Skip to content

chore(deps): update github workflows - #7276

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/github-workflows
Open

renovate[bot] wants to merge 1 commit into
masterfrom
renovate/github-workflows

Conversation

@renovate

@renovate renovate Bot commented Aug 28, 2026 •

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
actions/setup-java (changelog) digest dd06d9c → de7274f
actions/setup-java (changelog) action digest dd06d9c → de7274f
astral-sh/setup-uv minor v10.0.1 → v10.2.0
astral-sh/setup-uv action minor v10.0.1 → v10.2.0
getsentry/coverage-action patch v0.4.0 → 0.4.2
getsentry/coverage-action action patch v0.4.0 → 0.4.2
getsentry/craft action minor 2.30.1 → 2.31.2
getsentry/craft (changelog) workflow digest cd1e829 → 25028d0
java-jdk uses-with major 21 → 25

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

astral-sh/setup-uv (astral-sh/setup-uv)

v10.2.0

Compare Source

v10.1.0: 🌈 New output python-runtime-idand respect NO_PROXY

Compare Source

Changes

This release adds more bheind the scene security improvements and also 2 small improvements.

NO_PROXY

This action now respects no_proxy/NO_PROXY environment variables which were previously ignored.

New output python-runtime-id

The new output python-runtime-id can be used to know which python version exactly was installed if you use activate-environment. See pyca/cryptography#15572 (comment) for details on why this can be useful.

🐛 Bug fixes
🚀 Enhancements
🧰 Maintenance
📚 Documentation
⬆️ Dependency updates
getsentry/coverage-action (getsentry/coverage-action)

v0.4.2

Compare Source

New Features ✨
Website
Bug Fixes 🐛
Internal Changes 🔧

v0.4.1

Compare Source

Bug Fixes 🐛
Deps
Website
Other
getsentry/craft (getsentry/craft)

v2.31.2

Compare Source

Bug Fixes 🐛

v2.31.1

Compare Source

Bug Fixes 🐛
Internal Changes 🔧
Deps
Deps Dev

v2.31.0

Compare Source

New Features ✨
Bug Fixes 🐛

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from a team as a code owner August 28, 2026 02:33
@github-actions

github-actions Bot commented Aug 28, 2026 •

Copy link
Copy Markdown
Contributor

Coverage Results 📊

✅ 126441 passed | ❌ 22 failed | ⏭️ 7119 skipped | Total: 133582 | Pass Rate: 94.65% | Execution Time: 431m 39s

📊 Comparison with Base Branch

Metric Change
Total Tests 📉 -3472
Passed Tests 📉 -3461
Failed Tests 📈 +22
Skipped Tests 📉 -33

➕ New Tests (13)

View new tests
  • test_async_binary_content_encoding_uri_type[True-True]
    • File: tests.integrations.litellm.test_litellm
    • Status: ❌ Failing
  • test_sets_new_tracer_provider_with_otlp_exporter
    • File: tests.integrations.otlp.test_otlp
    • Status: ❌ Failing
  • test_uses_existing_tracer_provider_with_otlp_exporter
    • File: tests.integrations.otlp.test_otlp
    • Status: ❌ Failing
  • test_collector_url_sets_endpoint
    • File: tests.integrations.otlp.test_otlp
    • Status: ❌ Failing
  • test_collector_url_none_falls_back_to_dsn
    • File: tests.integrations.otlp.test_otlp
    • Status: ❌ Failing
  • test_sets_new_tracer_provider_with_otlp_exporter
    • File: tests.integrations.otlp.test_otlp
    • Status: ❌ Failing
  • test_uses_existing_tracer_provider_with_otlp_exporter
    • File: tests.integrations.otlp.test_otlp
    • Status: ❌ Failing
  • test_collector_url_sets_endpoint
    • File: tests.integrations.otlp.test_otlp
    • Status: ❌ Failing
  • test_collector_url_none_falls_back_to_dsn
    • File: tests.integrations.otlp.test_otlp
    • Status: ❌ Failing
  • test_sets_new_tracer_provider_with_otlp_exporter
    • File: tests.integrations.otlp.test_otlp
    • Status: ❌ Failing
  • test_uses_existing_tracer_provider_with_otlp_exporter
    • File: tests.integrations.otlp.test_otlp
    • Status: ❌ Failing
  • test_collector_url_sets_endpoint
    • File: tests.integrations.otlp.test_otlp
    • Status: ❌ Failing
  • test_collector_url_none_falls_back_to_dsn
    • File: tests.integrations.otlp.test_otlp
    • Status: ❌ Failing

❌ Failed Tests

test_async_binary_content_encoding_uri_type[True-True]

File: tests.integrations.litellm.test_litellm
Suite: py3.10-litellm-v1.89.7
Error: pytest.PytestUnraisableExceptionWarning: Exception ignored in thread started by: <bound method Thread._bootstrap of <Thread(ThreadPoolExecutor-81_0, started 140188704822848)>> Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.

Stack Trace
/usr/lib/python3.10/threading.py:973: in _bootstrap
    self._bootstrap_inner()
/usr/lib/python3.10/threading.py:1011: in _bootstrap_inner
    _sys.settrace(_trace_hook)
E   RuntimeError: Cannot install a trace function while another trace function is being installed

The above exception was the direct cause of the following exception:
.tox/py3.10-litellm-v1.89.7/lib/python3.10/site-packages/_pytest/runner.py:361: in from_call
    result: TResult | None = func()
.tox/py3.10-litellm-v1.89.7/lib/python3.10/site-packages/_pytest/runner.py:250: in <lambda>
    lambda: runtest_hook(item=item, **kwds),
.tox/py3.10-litellm-v1.89.7/lib/python3.10/site-packages/pluggy/_hooks.py:512: in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
.tox/py3.10-litellm-v1.89.7/lib/python3.10/site-packages/pluggy/_manager.py:120: in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
.tox/py3.10-litellm-v1.89.7/lib/python3.10/site-packages/_pytest/logging.py:865: in pytest_runtest_call
    yield
.tox/py3.10-litellm-v1.89.7/lib/python3.10/site-packages/pluggy/_callers.py:53: in run_old_style_hookwrapper
    return result.get_result()
.tox/py3.10-litellm-v1.89.7/lib/python3.10/site-packages/pluggy/_callers.py:38: in run_old_style_hookwrapper
    res = yield
.tox/py3.10-litellm-v1.89.7/lib/python3.10/site-packages/_pytest/capture.py:900: in pytest_runtest_call
    return (yield)
.tox/py3.10-litellm-v1.89.7/lib/python3.10/site-packages/_pytest/skipping.py:268: in pytest_runtest_call
    return (yield)
.tox/py3.10-litellm-v1.89.7/lib/python3.10/site-packages/_pytest/unraisableexception.py:183: in pytest_runtest_call
    collect_unraisable(item.config)
.tox/py3.10-litellm-v1.89.7/lib/python3.10/site-packages/_pytest/unraisableexception.py:79: in collect_unraisable
    raise errors[0]
.tox/py3.10-litellm-v1.89.7/lib/python3.10/site-packages/_pytest/unraisableexception.py:67: in collect_unraisable
    warnings.warn(pytest.PytestUnraisableExceptionWarning(msg))
E   pytest.PytestUnraisableExceptionWarning: Exception ignored in thread started by: <bound method Thread._bootstrap of <Thread(ThreadPoolExecutor-81_0, started 140188704822848)>>
E   Enable tracemalloc to get traceback where the object was allocated.
E   See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.

test_sets_new_tracer_provider_with_otlp_exporter

File: tests.integrations.otlp.test_otlp
Suite: py3.12-otlp
Error: AttributeError: 'OTLPSpanExporter' object has no attribute '_headers'

Stack Trace
tests/integrations/otlp/test_otlp.py:81: in test_sets_new_tracer_provider_with_otlp_exporter
    assert "X-Sentry-Auth" in exporter._headers
                              ^^^^^^^^^^^^^^^^^
E   AttributeError: 'OTLPSpanExporter' object has no attribute '_headers'

test_uses_existing_tracer_provider_with_otlp_exporter

File: tests.integrations.otlp.test_otlp
Suite: py3.12-otlp
Error: AttributeError: 'OTLPSpanExporter' object has no attribute '_headers'

Stack Trace
tests/integrations/otlp/test_otlp.py:110: in test_uses_existing_tracer_provider_with_otlp_exporter
    assert "X-Sentry-Auth" in exporter._headers
                              ^^^^^^^^^^^^^^^^^
E   AttributeError: 'OTLPSpanExporter' object has no attribute '_headers'

test_collector_url_sets_endpoint

File: tests.integrations.otlp.test_otlp
Suite: py3.12-otlp
Error: AttributeError: 'OTLPSpanExporter' object has no attribute '_headers'

Stack Trace
tests/integrations/otlp/test_otlp.py:256: in test_collector_url_sets_endpoint
    assert exporter._headers is None or "X-Sentry-Auth" not in exporter._headers
           ^^^^^^^^^^^^^^^^^
E   AttributeError: 'OTLPSpanExporter' object has no attribute '_headers'

test_collector_url_none_falls_back_to_dsn

File: tests.integrations.otlp.test_otlp
Suite: py3.12-otlp
Error: AttributeError: 'OTLPSpanExporter' object has no attribute '_headers'

Stack Trace
tests/integrations/otlp/test_otlp.py:297: in test_collector_url_none_falls_back_to_dsn
    assert "X-Sentry-Auth" in exporter._headers
                              ^^^^^^^^^^^^^^^^^
E   AttributeError: 'OTLPSpanExporter' object has no attribute '_headers'

test_sets_new_tracer_provider_with_otlp_exporter

File: tests.integrations.otlp.test_otlp
Suite: py3.13-otlp
Error: AttributeError: 'OTLPSpanExporter' object has no attribute '_headers'

Stack Trace
tests/integrations/otlp/test_otlp.py:81: in test_sets_new_tracer_provider_with_otlp_exporter
    assert "X-Sentry-Auth" in exporter._headers
                              ^^^^^^^^^^^^^^^^^
E   AttributeError: 'OTLPSpanExporter' object has no attribute '_headers'

test_uses_existing_tracer_provider_with_otlp_exporter

File: tests.integrations.otlp.test_otlp
Suite: py3.13-otlp
Error: AttributeError: 'OTLPSpanExporter' object has no attribute '_headers'

Stack Trace
tests/integrations/otlp/test_otlp.py:110: in test_uses_existing_tracer_provider_with_otlp_exporter
    assert "X-Sentry-Auth" in exporter._headers
                              ^^^^^^^^^^^^^^^^^
E   AttributeError: 'OTLPSpanExporter' object has no attribute '_headers'

test_collector_url_sets_endpoint

File: tests.integrations.otlp.test_otlp
Suite: py3.13-otlp
Error: AttributeError: 'OTLPSpanExporter' object has no attribute '_headers'

Stack Trace
tests/integrations/otlp/test_otlp.py:256: in test_collector_url_sets_endpoint
    assert exporter._headers is None or "X-Sentry-Auth" not in exporter._headers
           ^^^^^^^^^^^^^^^^^
E   AttributeError: 'OTLPSpanExporter' object has no attribute '_headers'

test_collector_url_none_falls_back_to_dsn

File: tests.integrations.otlp.test_otlp
Suite: py3.13-otlp
Error: AttributeError: 'OTLPSpanExporter' object has no attribute '_headers'

Stack Trace
tests/integrations/otlp/test_otlp.py:297: in test_collector_url_none_falls_back_to_dsn
    assert "X-Sentry-Auth" in exporter._headers
                              ^^^^^^^^^^^^^^^^^
E   AttributeError: 'OTLPSpanExporter' object has no attribute '_headers'

test_sets_new_tracer_provider_with_otlp_exporter

File: tests.integrations.otlp.test_otlp
Suite: py3.14-otlp
Error: AttributeError: 'OTLPSpanExporter' object has no attribute '_headers'

Stack Trace
tests/integrations/otlp/test_otlp.py:81: in test_sets_new_tracer_provider_with_otlp_exporter
    assert "X-Sentry-Auth" in exporter._headers
                              ^^^^^^^^^^^^^^^^^
E   AttributeError: 'OTLPSpanExporter' object has no attribute '_headers'

test_uses_existing_tracer_provider_with_otlp_exporter

File: tests.integrations.otlp.test_otlp
Suite: py3.14-otlp
Error: AttributeError: 'OTLPSpanExporter' object has no attribute '_headers'

Stack Trace
tests/integrations/otlp/test_otlp.py:110: in test_uses_existing_tracer_provider_with_otlp_exporter
    assert "X-Sentry-Auth" in exporter._headers
                              ^^^^^^^^^^^^^^^^^
E   AttributeError: 'OTLPSpanExporter' object has no attribute '_headers'

test_collector_url_sets_endpoint

File: tests.integrations.otlp.test_otlp
Suite: py3.14-otlp
Error: AttributeError: 'OTLPSpanExporter' object has no attribute '_headers'

Stack Trace
tests/integrations/otlp/test_otlp.py:256: in test_collector_url_sets_endpoint
    assert exporter._headers is None or "X-Sentry-Auth" not in exporter._headers
           ^^^^^^^^^^^^^^^^^
E   AttributeError: 'OTLPSpanExporter' object has no attribute '_headers'

test_collector_url_none_falls_back_to_dsn

File: tests.integrations.otlp.test_otlp
Suite: py3.14-otlp
Error: AttributeError: 'OTLPSpanExporter' object has no attribute '_headers'

Stack Trace
tests/integrations/otlp/test_otlp.py:297: in test_collector_url_none_falls_back_to_dsn
    assert "X-Sentry-Auth" in exporter._headers
                              ^^^^^^^^^^^^^^^^^
E   AttributeError: 'OTLPSpanExporter' object has no attribute '_headers'

✅ Patch coverage is 100.00% (no changed executable lines found; target 80%).
Project statement coverage is 90.23% (up 0.02 percentage points from base (b499d89) to head (bfce33c)).

Coverage diff
@@            Coverage Diff             @@
##        master     #7276       +/-##
==========================================
+ Coverage    90.21%    90.23%    +0.02%
==========================================
  Files          194       194         —
  Tracked lines     26030     26030         —
  Branches      9678      9678         —
==========================================
+ Hits         23480     23486        +6
+ Misses        2550      2544        -6
  Partials      1454      1454         —

Generated by Coverage Action

@renovate
renovate Bot force-pushed the renovate/github-workflows branch from da16b67 to 390fc64 Compare August 28, 2026 20:29
@renovate renovate Bot changed the title chore(deps): update anthropics/claude-code-action action to v1.0.209 chore(deps): update anthropics/claude-code-action action to v1.0.210 Aug 28, 2026
@renovate renovate Bot changed the title chore(deps): update anthropics/claude-code-action action to v1.0.210 chore(deps): update anthropics/claude-code-action action to v1.0.211 Aug 31, 2026
@renovate
renovate Bot force-pushed the renovate/github-workflows branch from 390fc64 to 737ec5b Compare August 31, 2026 20:46
@renovate renovate Bot changed the title chore(deps): update anthropics/claude-code-action action to v1.0.211 chore(deps): update anthropics/claude-code-action action to v1.0.212 Sep 1, 2026
@renovate
renovate Bot force-pushed the renovate/github-workflows branch from 737ec5b to 22f5a86 Compare September 1, 2026 20:44
@renovate renovate Bot changed the title chore(deps): update anthropics/claude-code-action action to v1.0.212 chore(deps): update anthropics/claude-code-action action to v1.0.213 Sep 2, 2026
@renovate
renovate Bot force-pushed the renovate/github-workflows branch from 22f5a86 to 55fe8df Compare September 2, 2026 03:44
@renovate renovate Bot changed the title chore(deps): update anthropics/claude-code-action action to v1.0.213 chore(deps): update anthropics/claude-code-action action to v1.0.214 Sep 3, 2026
@renovate
renovate Bot force-pushed the renovate/github-workflows branch 2 times, most recently from 3f1968e to 991bd44 Compare September 3, 2026 09:38
@renovate renovate Bot changed the title chore(deps): update anthropics/claude-code-action action to v1.0.214 chore(deps): update anthropics/claude-code-action action to v1.0.214 - autoclosed Sep 3, 2026
@renovate renovate Bot closed this Sep 3, 2026
@renovate
renovate Bot deleted the renovate/github-workflows branch September 3, 2026 11:45
@renovate renovate Bot changed the title chore(deps): update anthropics/claude-code-action action to v1.0.214 - autoclosed chore(deps): update dependency getsentry/codecov-action to v0.4.0 Sep 3, 2026
@renovate renovate Bot reopened this Sep 3, 2026
@renovate
renovate Bot force-pushed the renovate/github-workflows branch from 991bd44 to fa9a4ff Compare September 3, 2026 21:35
@renovate renovate Bot changed the title chore(deps): update dependency getsentry/codecov-action to v0.4.0 chore(deps): update dependency getsentry/codecov-action to v0.4.0 - autoclosed Sep 4, 2026
@renovate renovate Bot closed this Sep 4, 2026
@renovate renovate Bot changed the title chore(deps): update dependency getsentry/codecov-action to v0.4.0 - autoclosed chore(deps): update github workflows Sep 8, 2026
@renovate renovate Bot reopened this Sep 8, 2026
@renovate
renovate Bot force-pushed the renovate/github-workflows branch 5 times, most recently from 94a29e0 to 3aa095e Compare September 15, 2026 09:12
Comment thread .github/workflows/test-integrations-tasks.yml Outdated

@cursor cursor Bot left a comment •

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Stale Bugbot comment from a previous run.

Comment thread .github/workflows/test-integrations-tasks.yml Outdated
@renovate
renovate Bot force-pushed the renovate/github-workflows branch 6 times, most recently from 2f2c6a0 to bf5207b Compare September 22, 2026 00:12

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Want reviews to match your repository better? Bugbot Learning can learn team-specific rules from PR activity. A team admin can enable Learning in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit bf5207b. Configure here.

with:
distribution: 'temurin'
java-version: '21'
java-version: '25'

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Java 25 breaks Spark 3 tests

Medium Severity

The generated Tasks workflow now installs Temurin java-version 25 for all Spark jobs. Spark 3.0.3 and 3.5.9 only support older JDKs, and those suites start a real SparkContext, so the job can fail. The Jinja template still pins Java 21, so regenerating the workflow will also drop this change.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit bf5207b. Configure here.

@renovate
renovate Bot force-pushed the renovate/github-workflows branch 2 times, most recently from e84d85a to f33ce44 Compare September 24, 2026 09:20
@renovate
renovate Bot force-pushed the renovate/github-workflows branch from f33ce44 to bfce33c Compare September 26, 2026 02:42

This branch has not been deployed

No deployments
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.

0 participants