Clone node in DrupalServiceRenameRector to preserve BC wrapper fallback
### Problem/Motivation
Fixes in-place node mutation that corrupted the BC wrapper's fallback path. DrupalServiceRenameRector now clones the node before mutating it so both the BC old-callable and new code paths reference the correct service IDs.
### Work items
- Commit(s): [92a540ed63](https://github.com/palantirnet/drupal-rector/commit/92a540ed6370)
### Credit
- Implemented by: @bbrala
---
*Filed retroactively as part of the Drupal 12 rector coverage effort. Closed as fixed; credit to be applied to the contributors listed above.*
*AI was used extensively to build this fix and to file this issue. See [Dries Buytaert: AI-generated Rector rules for Drupal](https://dri.es/ai-generated-rector-rules-for-drupal) and [Björn Brala: Drupal Rector rules are config, not code. Mostly.](https://www.linkedin.com/pulse/drupal-rector-rules-config-code-mostly-bj%C3%B6rn-brala-vfpwe/).*
issue