A necessary condition is $m\mid n$ and $u$ is an $m$-th power in $\mathbb F_p$. So the real question is:
Let $a\in \mathbb Z_p$. When is $1+pa$ an $m$-th power in $\mathbb Z_p$ ?
Edit The suggestion of Jyrki in the comments makes me think to the general solution. Let $d=v_p(m)$. Then:
Claim :
If $p>2$, then $1+pa$ is an $m$-th power if and only if $v_p(a)\ge d$.
If $p=2$, then $1+pa$ is an $m$-th power if and only if $v_p(a)\ge d+1$.
Let $f_m : 1+p\mathbb Z_p\to 1+p\mathbb Z_p$ be the $m$-th power map. This is a multiplicative group homomorphism.
Lemma Let $r\ge 1$. We have
$$f_m(1+p^r\mathbb Z_p)=1+p^{r+\epsilon}\mathbb Z_p$$
with
$\epsilon=0$ if $v_p(m)=0$;
$\epsilon=1$ if $m=p>2$, or if $m=p=2$ and $r\ge 2$;
$\epsilon=2$ if $m=p=2$ and $r=1$.
Proof. That $f_m(1+p^r\mathbb Z_p)\subseteq 1+p^{r+\epsilon}\mathbb Z_p$ is clear. For the converse, fix an $a\in \mathbb Z_p$. We want to solve an equation
$$(1+p^rx)^m=1+p^{r+\epsilon}a$$
with $x\in \mathbb Z_p$. In the cases 1 and 2, it is equivalent to
$$ p^{rm-r-\epsilon}x^m+mp^{rm-2r-\epsilon}x^{m-1}+\cdots+mp^{-\epsilon}x-a=0. $$
The above equation modulo $p$ has degree one, hence (as polynomial in $\mathbb F_p[X]$) has a simple root in $\mathbb F_p$, so by Hensel's lemma it has a (unique) solution in $\mathbb Z_p$.
The case 3 is treated in this question.
Proof of the claim: Decompose $m=p^dq$ with $q$ prime to $p$. Then $f_m=f_{p^r}\circ f_q$. By the case 1 above, we are reduced to the case $m=p^d$. We conclude by easy induction on $d$ using cases 2 and 3.
Remark This question can certainly be solved with more involved material as formal groups and isogenies.